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

Commit 1f2d8f7

Browse files
author
Adam A. Zerella
committed
Upgraded to lerna 3
1 parent d5f87c7 commit 1f2d8f7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,9 @@
2323
},
2424
"scripts": {
2525
"scaffolding": "node ./scripts/helper.js scaffolding",
26-
<<<<<<< HEAD
2726
"bootstrap": "lerna bootstrap --hoist",
2827
"build": "lerna run build",
2928
"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
3529
"nuke": "npm run delete:node_modules | npm run delete:lib",
3630
"delete:node_modules": "lerna clean --yes && rimraf node_modules",
3731
"delete:lib": "rimraf packages/*/lib",

0 commit comments

Comments
 (0)