Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
(travis): change script order
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Crete committed Jun 22, 2018
1 parent 27c86fb commit 9379911
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ node_js:
cache: yarn

script:
- (cd packages/scripts && yarn) && cd (packages/create && yarn)
- yarn lerna bootstrap
- (cd packages/scripts && yarn && yarn prepack && yarn test)
- (cd packages/scripts && yarn prepare && yarn test)
- yarn lerna link
- (cd packages/create && yarn && yarn prepack && yarn test)
- (cd packages/create && yarn prepare && yarn test)

stages:
- test
Expand Down

0 comments on commit 9379911

Please sign in to comment.