Skip to content

Commit 684de42

Browse files
committed
fix: use prepare instead of prepublish
1 parent abd8b06 commit 684de42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint": "eslint src/**",
1313
"lint:fix": "eslint --fix src/**",
1414
"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",
15-
"prepublish": "npm run build",
15+
"prepare": "npm run build",
1616
"docs": "php -S localhost:8080 -t .github/sereno/public"
1717
},
1818
"repository": {

0 commit comments

Comments
 (0)