Skip to content

Commit

Permalink
without sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Jan 31, 2025
1 parent bbe428c commit b7e7d6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
cache: "npm"
- run: npm ci --legacy-peer-deps
- uses: nrwl/nx-set-shas@v4
- run: sleep 180 # ignore, just for the purpose of the benchmark
# - run: sleep 180 # ignore, just for the purpose of the benchmark
- run: npx nx run-many -t typecheck build
17 changes: 5 additions & 12 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,12 @@
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"typecheck": {
"outputs": [
"{projectRoot}/out-tsc"
],
"dependsOn": [
"^typecheck"
]
"outputs": ["{projectRoot}/out-tsc"],
"dependsOn": ["^typecheck"]
}
},
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"production": [
"default",
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
Expand Down Expand Up @@ -78,6 +71,6 @@
}
},
"nxCloudId": "679c877cd5cf20060aafed7b",
"bump": 6,
"bump": 7,
"nxCloudUrl": "https://staging.nx.app"
}
}

0 comments on commit b7e7d6d

Please sign in to comment.