Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Commit d5f87c7

Browse files
author
Adam A. Zerella
committed
Removed thread limit for lerna
1 parent 4ff8344 commit d5f87c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,15 @@
2323
},
2424
"scripts": {
2525
"scaffolding": "node ./scripts/helper.js scaffolding",
26+
<<<<<<< HEAD
2627
"bootstrap": "lerna bootstrap --hoist",
2728
"build": "lerna run build",
2829
"publish": "lerna version --no-git-tag-version --no-push",
30+
=======
31+
"bootstrap": "lerna bootstrap",
32+
"build": "lerna run build",
33+
"publish": "lerna publish --skip-git",
34+
>>>>>>> Removed thread limit for lerna
2935
"nuke": "npm run delete:node_modules | npm run delete:lib",
3036
"delete:node_modules": "lerna clean --yes && rimraf node_modules",
3137
"delete:lib": "rimraf packages/*/lib",

0 commit comments

Comments
 (0)