Skip to content

Commit

Permalink
chore(travis): Guaranteed dependency peering (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
atzcl authored and janryWang committed Aug 29, 2019
1 parent 197f94a commit 97885c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ node_js:
- "11"

before_script:
- rm -rf node_modules
- npm install
- lerna clean --yes
- lerna bootstrap --no-ci

script:
- npm run lint
- npm run build
- npm run build:docs
- npm run test:prod
- npm run test:prod

0 comments on commit 97885c2

Please sign in to comment.