Skip to content

Commit 347d4a0

Browse files
pjohnmeyerisaacs
authored andcommitted
Move 'standard' from scripts.test to .posttest
Close #258
1 parent a4ff4ff commit 347d4a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "The semantic version parser used by npm.",
55
"main": "semver.js",
66
"scripts": {
7-
"test": "standard bin/semver *.js **/*.js && tap test/*.js --cov -J"
7+
"test": "tap test/*.js --cov -J",
8+
"posttest": "standard bin/semver *.js **/*.js"
89
},
910
"devDependencies": {
1011
"standard": "^12.0.1",

0 commit comments

Comments
 (0)