Skip to content

Commit

Permalink
chore: run lint as posttest
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed Apr 14, 2021
1 parent e69549f commit f48dc34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ jobs:
git config --global user.name "Your Name"
npm test -- --no-coverage --timeout 60
- name: Run linting
run: |
npm run lint
################################################################################
# Run coverage check
#
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"prepublishOnly": "git push origin --follow-tags",
"preversion": "npm test",
"snap": "tap",
"test": "tap"
"test": "tap",
"posttest": "npm run lint"
},
"tap": {
"check-coverage": true,
Expand Down

0 comments on commit f48dc34

Please sign in to comment.