Skip to content
Snippets Groups Projects
Commit 553ffcfa authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

[package.json] Use prepare rather than prepublish

parent 1864e223
No related branches found
Tags 5.14.2
Loading
......@@ -11,7 +11,7 @@
"scripts": {
"build": "rollup -c",
"watch": "rollup -w -c",
"prepublish": "npm run-script build",
"prepare": "npm run-script build",
"test": "node ./test/run.js",
"lint": "bin/lint"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment