Skip to content

Commit 9b8520c

Browse files
committed
ci: add nx cloud
1 parent e98b040 commit 9b8520c

File tree

3 files changed

+54
-2
lines changed

3 files changed

+54
-2
lines changed

nx.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"npmScope": "angular-three",
44
"tasksRunnerOptions": {
55
"default": {
6-
"runner": "nx/tasks-runners/default",
6+
"runner": "@nrwl/nx-cloud",
77
"options": {
8-
"cacheableOperations": ["build", "lint", "test", "e2e"]
8+
"cacheableOperations": ["build", "lint", "test", "e2e"],
9+
"accessToken": "OWIxOTExNDctYWVjOC00MTY5LWJmMDktYWVhYzg3ZjhlYTZlfHJlYWQtd3JpdGU="
910
}
1011
}
1112
},

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@nrwl/jest": "15.6.0",
2121
"@nrwl/js": "15.6.0",
2222
"@nrwl/linter": "15.6.0",
23+
"@nrwl/nx-cloud": "^15.0.2",
2324
"@nrwl/nx-plugin": "15.6.0",
2425
"@nrwl/workspace": "15.6.0",
2526
"@release-it/bumper": "^4.0.2",

pnpm-lock.yaml

Lines changed: 50 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)