Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: build before example run
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jun 22, 2020
1 parent 2daef3d commit 5ede68e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
- npx json -I -f ./lerna.json -e "this.packages.push('examples/*')"
- npm run reset
- npm install
- npm run build -- $RUN_SINCE --scope={ipfs,ipfs-http-client}
- npm run test -- --scope=example* --concurrency=1

- stage: release-rc-npm
Expand Down

0 comments on commit 5ede68e

Please sign in to comment.