Skip to content

Commit

Permalink
chore: Added bundle step and cleaned up hackathon CI (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytchang authored Feb 15, 2022
1 parent 5be0428 commit da01692
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/hackathon-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,18 @@ jobs:
- name: Install dependencies
run: |
yarn
- name: Lint
run: |
yarn lint:es --quiet
yarn lint:ts
- name: Build all
run: |
yarn build
yarn dedupe:ci
- name: Bundle hackathon
run: |
yarn bundle
working-directory: packages/hackathon

0 comments on commit da01692

Please sign in to comment.