Skip to content

Commit ac6bc9e

Browse files
Sascha DobschalSascha Dobschal
authored andcommitted
fix pipeline
1 parent 9892c02 commit ac6bc9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
with:
1414
node-version: 18
1515
- run: npm ci
16-
- run: npm lint
17-
- run: npm test
16+
- run: npm run lint
17+
- run: npm run test
1818

1919
publish-npm:
2020
needs: test

0 commit comments

Comments
 (0)