Skip to content

Commit 51e678e

Browse files
committed
Revert: "remove test in version script temporary"
1 parent a79fbac commit 51e678e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"docs": "jsdoc -c jsdoc.json",
2323
"lint": "eslint bin lib scripts test \"test-workspace/tasks/*.js\"",
2424
"pretest": "node scripts/make-slink.js && npm run lint",
25+
"preversion": "npm test",
2526
"postversion": "git push && git push --tags",
2627
"test": "nyc npm run _mocha",
2728
"watch": "npm run _mocha -- --watch --growl",

0 commit comments

Comments
 (0)