Skip to content

Commit

Permalink
Update npmpublish.yml
Browse files Browse the repository at this point in the history
Fix wrong script to run the linter
  • Loading branch information
nicnocquee authored Dec 27, 2019
1 parent 09b8c5b commit b41bbc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
with:
node-version: 12
- run: npm ci
- run: npm lint
- run: npm test
- run: npm run lint
- run: npm run test

publish-npm:
needs: build
Expand Down

0 comments on commit b41bbc1

Please sign in to comment.