Skip to content

Commit 04e4043

Browse files
Fix workflow
1 parent 14f0b51 commit 04e4043

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
registry-url: 'https://registry.npmjs.org'
1919
cache: npm
2020
- run: npm ci
21-
- run: npm run test:coverage
22-
- run: npm run build
21+
- run: npm run ci
2322
- run: npm publish
2423
if: github.event_name == 'release' && github.event.action == 'created'
2524
env:

0 commit comments

Comments
 (0)