Skip to content

Commit da27159

Browse files
committed
fix: add build step to release testing
1 parent 521310d commit da27159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
node-version: 16
1818
- run: npm ci
19+
- run: npm run build
1920
- run: npm test
2021

2122
publish-npm:

0 commit comments

Comments
 (0)