Skip to content

Commit 125b111

Browse files
committed
fix: update globally installed version of Lerna on Travis to match local version
1 parent 8f321e4 commit 125b111

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ before_install:
44
- phantomjs --version
55

66
before_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

lerna.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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",

0 commit comments

Comments
 (0)