Skip to content

Commit

Permalink
fix: fix ci to build before check
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Feb 23, 2021
1 parent cc982dd commit a9b99e4
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 153 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn --prefer-offline --frozen-lockfile
- run: yarn run check
- run: yarn run build
- run: yarn run check
- uses: ipfs/aegir/actions/bundle-size@master
name: Check bundle size
with:
Expand Down
Loading

0 comments on commit a9b99e4

Please sign in to comment.