Skip to content

Commit d0b3a88

Browse files
build: use nx-cloud and update to nx 10 (#126)
1 parent 4546c08 commit d0b3a88

File tree

3 files changed

+165
-186
lines changed

3 files changed

+165
-186
lines changed

nx.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@
99
},
1010
"tasksRunnerOptions": {
1111
"default": {
12-
"runner": "@nrwl/workspace/tasks-runners/default",
12+
"runner": "@nrwl/nx-cloud",
1313
"options": {
14-
"strictlyOrderedTargets": ["build-release"],
15-
"cacheableOperations": ["build", "build-release", "test", "lint"]
14+
"accessToken": "M2Q4YjlkNjMtMzY1NC00ZjkwLTk1ZjgtZjg5Y2VkMzFjM2FifHJlYWQtd3JpdGU=",
15+
"cacheableOperations": [
16+
"build",
17+
"test",
18+
"lint",
19+
"e2e"
20+
],
21+
"canTrackAnalytics": false,
22+
"showUsageWarnings": true
1623
}
1724
}
1825
},

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"@angular/platform-browser-dynamic": "^10.0.0",
3232
"@angular/router": "^10.0.0",
3333
"@ngrx/store": "^9.2.0",
34-
"@nrwl/angular": "^9.4.5",
34+
"@nrwl/angular": "^10.0.0",
35+
"@nrwl/nx-cloud": "^10.0.0",
3536
"@phenomnomnominal/tsquery": "^4.1.0",
3637
"@testing-library/dom": "^7.18.1",
3738
"@testing-library/user-event": "^12.0.11",
@@ -47,10 +48,10 @@
4748
"@angular/cli": "~10.0.0",
4849
"@angular/compiler-cli": "^10.0.0",
4950
"@angular/language-service": "^10.0.0",
50-
"@nrwl/jest": "^9.4.5",
51-
"@nrwl/node": "^9.4.5",
52-
"@nrwl/nx-plugin": "^9.4.5",
53-
"@nrwl/workspace": "^9.4.5",
51+
"@nrwl/jest": "^10.0.0",
52+
"@nrwl/node": "^10.0.0",
53+
"@nrwl/nx-plugin": "^10.0.0",
54+
"@nrwl/workspace": "^10.0.0",
5455
"@testing-library/jest-dom": "^5.11.0",
5556
"@types/jest": "~26.0.3",
5657
"@types/node": "^14.0.14",

0 commit comments

Comments
 (0)