Skip to content

Commit

Permalink
fix: nx-unknown-cache error (#5173)
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy authored Dec 29, 2023
1 parent 3bc8198 commit 3f5f300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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": "cross-env NX_DAEMON=false nx run-many -t build -p @modern-js/* --maxParallel=100",
"prepare-build": "cross-env NX_DAEMON=false NX_REJECT_UNKNOWN_LOCAL_CACHE=0 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 Down

0 comments on commit 3f5f300

Please sign in to comment.