Skip to content

Commit

Permalink
include optional for nx binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
nonblocking committed May 11, 2024
1 parent 31c6b92 commit 54c0ae3
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 @@ -60,7 +60,7 @@
"@typescript-eslint/parser": "^7.4.0"
},
"scripts": {
"setup": "npm install && allow-scripts && lerna exec -- allow-scripts && npm run build:core",
"setup": "npm install --include=optional && allow-scripts && lerna exec -- allow-scripts && npm run build:core",
"type-check": "lerna run type-check && flow check",
"lint": "lerna run lint",
"test": "lerna run test",
Expand Down

0 comments on commit 54c0ae3

Please sign in to comment.