Skip to content

Commit c6e6965

Browse files
authored
fix: add build script to automated release
1 parent 51002f4 commit c6e6965

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
with:
1010
node-version: '12'
1111
- run: npm ci
12+
- run: npm build
1213
- run: npm test
1314
- name: Release
1415
env:

0 commit comments

Comments
 (0)