mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
Merge pull request #1873 from logto-io/charles--fix-build-error-with-incremental-arg
fix: remove `--incremental` to temporarily fix `pnpm dev`
This commit is contained in:
commit
3b64963166
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue