Skip to content

Commit

Permalink
chore: disable nx daemon (#4816)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanjoi committed Oct 19, 2023
1 parent 6bad4b6 commit 582204f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:e2e": "cd tests && npm run test",
"fast-lint": "sh -x ./scripts/fast-lint.sh",
"lint:package-json": "cd ./scripts/lint-package-json && pnpm start",
"prepare-build": "nx run-many -t build -p @modern-js/* --maxParallel=100",
"prepare-build": "NX_DAEMON=false nx run-many -t build -p @modern-js/* --maxParallel=100",
"prepare": "npm run prepare-build && husky install",
"lint": "npm run fast-lint",
"change": "modern change",
Expand All @@ -42,7 +42,7 @@
"update-codesmith": "cd ./scripts/update-codesmith && pnpm start",
"update-rspress": "cd ./scripts/update-rspress && pnpm start",
"update-rsbuild": "cd ./scripts/update-rsbuild && pnpm start",
"update-nx-cache": "nx reset && npm run prepare-build"
"update-nx-cache": "NX_DAEMON=false nx reset && npm run prepare-build"
},
"engines": {
"node": ">=14.17.6",
Expand Down

0 comments on commit 582204f

Please sign in to comment.