We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109b2d6 commit 77ff9ebCopy full SHA for 77ff9eb
.github/workflows/ci.yml
@@ -28,5 +28,5 @@ jobs:
28
cache: "npm"
29
- run: npm ci --legacy-peer-deps
30
- uses: nrwl/nx-set-shas@v4
31
- # - run: sleep 180 # ignore, just for the purpose of the benchmark
+ - run: sleep 180 # ignore, just for the purpose of the benchmark
32
- run: npx nx run-many -t typecheck build --parallel 4
nx.json
@@ -71,6 +71,6 @@
71
}
72
},
73
"nxCloudId": "679c877cd5cf20060aafed7b",
74
- "bump": 10,
+ "bump": 11,
75
"nxCloudUrl": "https://staging.nx.app"
76
0 commit comments