0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix: remove --incremental to temporarily fix pnpm dev

This commit is contained in:
Charles Zhao 2022-09-02 21:37:01 +08:00
parent d2eb7d6694
commit 4c2308e705
No known key found for this signature in database
GPG key ID: 4858774754C92DF2

View file

@ -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",