Skip to content

Commit 2a79ed9

Browse files
committed
Fix build script
1 parent b9463e1 commit 2a79ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: actions/setup-node@v2
1616
with:
1717
node-version: 14
18+
- run: npm build
1819
- run: npm ci
19-
- run: npm test
2020

2121
publish-npm:
2222
needs: build

0 commit comments

Comments
 (0)