Skip to content

Commit

Permalink
refactor: update Travis to bootstrap Lerna + build uikit
Browse files Browse the repository at this point in the history
Update Travis commands to bootstrap Lerna + automatically run a fresh uikit build
  • Loading branch information
sghoweri committed Oct 23, 2018
1 parent 639265a commit 56cc00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ before_install:

before_script:
- npm install -g lerna@3.2.1
- npm run bootstrap
- npm run setup
- lerna add @pattern-lab/engine-mustache --scope=@pattern-lab/core
- lerna add @pattern-lab/engine-handlebars --scope=@pattern-lab/core
- lerna add @pattern-lab/engine-underscore --scope=@pattern-lab/core
Expand Down

0 comments on commit 56cc00d

Please sign in to comment.