Skip to content

Commit bbbf45e

Browse files
committed
v8.0.0-beta.1
1 parent edeb0b1 commit bbbf45e

File tree

5 files changed

+1599
-107
lines changed

5 files changed

+1599
-107
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
run: |
2727
npm install
2828
29+
- name: Build Project
30+
run: |
31+
npm run build
32+
2933
- name: Run Tests
3034
run: |
3135
npm run test

0 commit comments

Comments
 (0)