fix: prepublishOnly ran in the wrong order

This commit is contained in:
Joel Einbinder 2020-01-22 20:31:07 -08:00
parent ef2286cbb5
commit 3b26ae74a0

View File

@ -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",