Skip to content

Commit

Permalink
fix: cross env
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Jul 15, 2024
1 parent 020e2b2 commit 3f1c589
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build": "NX_DAEMON=false nx run-many -t build --exclude @sandboxes/* --parallel=10",
"build:sandboxes": "NX_DAEMON=false nx run-many -t build:storybook --projects @sandboxes/* --parallel=10",
"build": "cross-env NX_DAEMON=false nx run-many -t build --exclude @sandboxes/* --parallel=10",
"build:sandboxes": "cross-env NX_DAEMON=false nx run-many -t build:storybook --projects @sandboxes/* --parallel=10",
"check": "pnpm --parallel --filter \"./packages/**\" run check",
"dev": "pnpm --parallel --filter \"./packages/**\" run prep --watch"
},
Expand All @@ -20,6 +20,7 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"cross-env": "^7.0.3",
"nano-staged": "^0.8.0",
"nx": "^19.4.3",
"prettier": "^3.2.5",
Expand Down
12 changes: 12 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f1c589

Please sign in to comment.