fix: prepublishOnly ran in the wrong order
This commit is contained in:
parent
ef2286cbb5
commit
3b26ae74a0
|
|
@ -27,7 +27,6 @@
|
|||
"wcoverage": "cross-env COVERAGE=true BROWSER=webkit npm run unit",
|
||||
"tsc": "tsc -p .",
|
||||
"clean": "rimraf lib",
|
||||
"prepublishOnly": "npm run clean",
|
||||
"build": "node utils/runWebpack.js --mode='development' && tsc -p .",
|
||||
"watch": "node utils/runWebpack.js --mode='development' --watch --silent | tsc -w -p .",
|
||||
"apply-next-version": "node utils/apply_next_version.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue