Skip to content

Commit

Permalink
Move 'standard' from scripts.test to .posttest
Browse files Browse the repository at this point in the history
Close #258
  • Loading branch information
pjohnmeyer authored and isaacs committed Oct 12, 2018
1 parent a4ff4ff commit 347d4a0
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 @@ -4,7 +4,8 @@
"description": "The semantic version parser used by npm.",
"main": "semver.js",
"scripts": {
"test": "standard bin/semver *.js **/*.js && tap test/*.js --cov -J"
"test": "tap test/*.js --cov -J",
"posttest": "standard bin/semver *.js **/*.js"
},
"devDependencies": {
"standard": "^12.0.1",
Expand Down

0 comments on commit 347d4a0

Please sign in to comment.