Skip to content

Commit bc7c8a2

Browse files
committed
feat(package): update lerna
1 parent 415698e commit bc7c8a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lerna": "2.9.0",
2+
"lerna": "3.0.0-beta.21",
33
"packages": [
44
"packages/*"
55
],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"devDependencies": {
3-
"lerna": "2.9.0"
3+
"lerna": "3.0.0-beta.21"
44
},
55
"scripts": {
6-
"bootstrap": "lerna bootstrap --hoist tap --hoist eslin* --hoist husky --hoist prettier --hoist pretty-quick",
6+
"bootstrap": "lerna bootstrap --hoist tap",
77
"precommit": "pretty-quick --staged",
88
"prettier": "prettier --config .prettierrc --write ./**/*.js",
99
"test": "lerna run test"

0 commit comments

Comments
 (0)