The first thing we need to do is to connect our workspace to the nx cloud.
In order to do so, you would typically run nx connect-to-nx-cloud
.
As this would require you to claim this workspace for yourself, we've already prepared this step for.
The only thing that you need to do is to put the following accessToken configuration into the nx.json
// nx.json
{
"nxCloudAccessToken": "MWY1MzI0ZjMtZWZhNy00OWM3LTk3OTQtMjE4NWM5YjdhZmM1fHJlYWQtd3JpdGU="
}