File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ before_install:
44 - phantomjs --version
55
66before_script :
7- - npm install -g lerna@3.0.0-beta.21
7+ - npm install -g lerna@3.2.1
88 - npm run bootstrap
99 - lerna add @pattern-lab/engine-mustache --scope=@pattern-lab/core
1010 - lerna add @pattern-lab/engine-handlebars --scope=@pattern-lab/core
Original file line number Diff line number Diff line change 11{
2- "lerna" : " 3.0.0-rc.0 " ,
2+ "lerna" : " 3.2.1 " ,
33 "packages" : [
44 " packages/*"
55 ],
Original file line number Diff line number Diff line change 11{
22 "devDependencies" : {
3- "lerna" : " 3.0.0-rc.0 "
3+ "lerna" : " 3.2.1 "
44 },
55 "private" : true ,
66 "scripts" : {
7- "bootstrap" : " npx lerna bootstrap" ,
7+ "bootstrap" : " lerna bootstrap" ,
88 "precommit" : " pretty-quick --staged" ,
99 "prettier" : " prettier --config .prettierrc --write ./**/*.js" ,
1010 "test" : " lerna run test" ,
You can’t perform that action at this time.
0 commit comments