Skip to content

Commit 1d80f60

Browse files
committed
Fixed release pipeline
1 parent 6573c27 commit 1d80f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: 12.13.1
1818
registry-url: 'https://registry.npmjs.org'
1919
- run: npm ci
20-
- run: npm run build
20+
- run: npm test
2121
- run: npm publish
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)