Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 3956774

Browse files
committed
fix: use prepare instead of prepublish
1 parent 39dd343 commit 3956774

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)