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": {
"test": "mocha",
"pretest": "npm run build",
"build": "gobble build -f dist"
"build": "gobble build -f dist",
"prepublish": "npm test"
},
"repository": {
"type": "git",

Loading…
Cancel
Save