Skip to content

Commit da01692

Browse files
authored
chore: Added bundle step and cleaned up hackathon CI (#924)
1 parent 5be0428 commit da01692

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/hackathon-ci.yml

+11
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,18 @@ jobs:
4848
- name: Install dependencies
4949
run: |
5050
yarn
51+
52+
- name: Lint
53+
run: |
5154
yarn lint:es --quiet
5255
yarn lint:ts
56+
57+
- name: Build all
58+
run: |
5359
yarn build
5460
yarn dedupe:ci
61+
62+
- name: Bundle hackathon
63+
run: |
64+
yarn bundle
65+
working-directory: packages/hackathon

0 commit comments

Comments
 (0)