Skip to content

Commit

Permalink
chore: set ci test task to prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
forivall committed Jan 17, 2022
1 parent a508604 commit c4c60bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: lts/*
- run: npm ci
- run: npm run test-ci
- run: npm run prepublishOnly
- name: Send to coveralls
uses: coverallsapp/github-action@1.1.3
env:
Expand Down

0 comments on commit c4c60bd

Please sign in to comment.