Skip to content

Commit

Permalink
chore(build): 🔧 📦️ build packages in order
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Jul 24, 2020
1 parent 827d0cf commit af71684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
yarn bootstrap
- name: Build & Test
run: |
yarn build
yarn build:dev
yarn test
- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
- npm install -g lerna
- yarn bootstrap
script:
- yarn build
- yarn build:dev
# - yarn test
# after_script:
# - yarn coveralls

0 comments on commit af71684

Please sign in to comment.