Skip to content

Commit c141b7a

Browse files
committed
chore: enable new nx cloud token
1 parent 8594ebe commit c141b7a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

nx.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"$schema": "./node_modules/nx/schemas/nx-schema.json",
3-
"tasksRunnerOptions": {
4-
"default": {
5-
"runner": "@nrwl/nx-cloud",
6-
"options": {
7-
"cacheableOperations": ["build", "lint", "test", "e2e", "watch"],
8-
"accessToken": "MzZlZTRmZGMtYTI3Ny00NmIxLThlNjctMmZhM2E3MGM4ZDcwfHJlYWQtd3JpdGU="
9-
}
3+
"tasksRunnerOptions": {},
4+
"default": {
5+
"runner": "@nrwl/nx-cloud",
6+
"options": {
7+
"cacheableOperations": ["build", "lint", "test", "e2e", "watch"]
108
}
119
},
1210
"defaultBase": "main",
@@ -40,5 +38,6 @@
4038
"unitTestRunner": "jest"
4139
}
4240
},
43-
"pluginsConfig": {}
41+
"pluginsConfig": {},
42+
"nxCloudAccessToken": "OTgwZjc4MDctMmE1Zi00MDI1LWJmYTctMmJhODhhMDM0NWJlfHJlYWQtd3JpdGU="
4443
}

0 commit comments

Comments
 (0)