0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-13 21:30:30 -05:00

chore: remove concurrency in prepare

This commit is contained in:
Gao Sun 2021-08-12 19:39:57 +08:00
parent 03b2997898
commit a9fe012146

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"
}
}
}