Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed Mar 15, 2022
1 parent 25bc85b commit f9fcc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-js-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: '16.x'
- run: npm ci
- run: npm run prettier --check .
- run: npx prettier --check .
- run: npm test

publish-npm:
Expand Down

0 comments on commit f9fcc1b

Please sign in to comment.