Browse Source

add prepublish hook

contingency-plan
Rich Harris 10 years ago
parent
commit
407338a4b5
  1. 3
      package.json

3
package.json

@ -7,7 +7,8 @@
"scripts": { "scripts": {
"test": "mocha", "test": "mocha",
"pretest": "npm run build", "pretest": "npm run build",
"build": "gobble build -f dist" "build": "gobble build -f dist",
"prepublish": "npm test"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save