Skip to content

Commit 368820c

Browse files
committed
Update publish.yml
1 parent cd27c2b commit 368820c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Install dependencies
2626
run: npm install
2727

28+
- name: Build project
29+
run: npm run build
30+
2831
- name: Run tests
2932
run: npm test
3033

0 commit comments

Comments
 (0)