Skip to content

Commit c5a06bd

Browse files
committed
v8.0.0-beta.1
1 parent 895a0c2 commit c5a06bd

File tree

5 files changed

+1605
-113
lines changed

5 files changed

+1605
-113
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
run: |
3030
npm install
3131
32+
- name: Build Project
33+
run: |
34+
npm run build
35+
3236
- name: Run Tests
3337
run: |
3438
npm run test

0 commit comments

Comments
 (0)