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 127b6d6 commit e2ce55d
Showing 1 changed file with 2 additions and 1 deletion.
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 e2ce55d

Please sign in to comment.