We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79fbac commit 51e678eCopy full SHA for 51e678e
package.json
@@ -22,6 +22,7 @@
22
"docs": "jsdoc -c jsdoc.json",
23
"lint": "eslint bin lib scripts test \"test-workspace/tasks/*.js\"",
24
"pretest": "node scripts/make-slink.js && npm run lint",
25
+ "preversion": "npm test",
26
"postversion": "git push && git push --tags",
27
"test": "nyc npm run _mocha",
28
"watch": "npm run _mocha -- --watch --growl",
0 commit comments