Skip to content

Commit

Permalink
no concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Condon authored and Craig Condon committed Apr 1, 2024
1 parent 2919edc commit 443d2cb
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 @@
"sync-versions": "node scripts/sync-version.js",
"precommit": "lint-staged",
"clean": "git clean -fXd; yarn; yarn prepare; cargo build; cd libs/cli && cargo build",
"build": "cd libs/designer && mkdir -p dist & cd ../..; cargo build; lerna run build --concurrency=1; cd libs/cli; cargo build",
"build": "cd libs/designer && mkdir -p dist & cd ../..; cargo build; lerna run build; cd libs/cli; cargo build",
"build:watch": "concurrently \"lerna run build:watch --parallel\" \"cargo watch -x build\"",
"prepare": "husky install"
},
Expand Down

0 comments on commit 443d2cb

Please sign in to comment.