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

chore: remove concurrency in prepare

This commit is contained in:
Gao Sun 2021-08-12 19:39:57 +08:00
parent 96bf7cee77
commit b6900a6551
No known key found for this signature in database
GPG key ID: 0F0EFA2E36639F31

View file

@ -6,7 +6,7 @@
"preinstall": "npx only-allow pnpm",
"lerna": "lerna",
"bootstrap": "lerna bootstrap",
"prepare": "if test \"$NODE_ENV\" != \"production\" ; then husky install && lerna run --concurrency 1 --stream prepack ; fi",
"prepare": "if test \"$NODE_ENV\" != \"production\" ; then husky install && lerna run --stream prepack ; fi",
"dev": "lerna run --parallel dev"
},
"devDependencies": {
@ -28,4 +28,4 @@
"node": ">=14.15.0",
"pnpm": ">=6"
}
}
}