Skip to content

Commit 64613b6

Browse files
committed
v8.0.0-beta.1
1 parent 517db72 commit 64613b6

File tree

5 files changed

+1602
-106
lines changed

5 files changed

+1602
-106
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)