Skip to content

Commit

Permalink
fix: use prepare instead of prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Dec 1, 2017
1 parent abd8b06 commit 684de42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"lint": "eslint src/**",
"lint:fix": "eslint --fix src/**",
"coveralls": "NODE_ENV=production istanbul cover --default-excludes -x 'dist/**' -x 'config/**' ./node_modules/mocha/bin/_mocha --report lcovonly -- --slow=5000 --timeout=10000 test/test.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"prepublish": "npm run build",
"prepare": "npm run build",
"docs": "php -S localhost:8080 -t .github/sereno/public"
},
"repository": {
Expand Down

0 comments on commit 684de42

Please sign in to comment.