Skip to content

Commit

Permalink
fix: remove --incremental to temporarily fix pnpm dev
Browse files Browse the repository at this point in the history
  • Loading branch information
charIeszhao committed Sep 2, 2022
1 parent d2eb7d6 commit 4c2308e
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 @@ -9,7 +9,7 @@
"bootstrap": "lerna bootstrap",
"prepare": "if test \"$NODE_ENV\" != \"production\" && test \"$CI\" != \"true\" ; then husky install ; fi",
"prepack": "lerna run --stream prepack",
"dev": "lerna run --stream prepack -- --incremental && lerna --ignore=@logto/integration-test run --parallel dev",
"dev": "lerna run --stream prepack && lerna --ignore=@logto/integration-test run --parallel dev",
"start": "cd packages/core && NODE_ENV=production node . --from-root",
"ci:build": "lerna run --stream build",
"ci:lint": "lerna run --parallel lint",
Expand Down

0 comments on commit 4c2308e

Please sign in to comment.