Skip to content

Commit 397f37a

Browse files
committed
chore(npm): Use prepublishOnly instead of prepublish
1 parent c609274 commit 397f37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"clean": "rm -rf .nyc_output coverage dist",
3232
"coverage": "nyc --reporter html --report-dir coverage npm test && open coverage/index.html",
3333
"lint": "eslint --cache {benchmark,src,tests}/**/*.js",
34-
"prepublish": "npm run clean && npm run build",
34+
"prepublishOnly": "npm run clean && npm run build",
3535
"test": "nyc --check-coverage --lines 100 mocha tests/*.test.js --delay --reporter dot",
3636
"test:browser": "(sleep 1 && open 'http://localhost:8080/tests/browser/') & webpack-dev-server"
3737
},

0 commit comments

Comments
 (0)