mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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",
|
"wcoverage": "cross-env COVERAGE=true BROWSER=webkit npm run unit",
|
||||||
"tsc": "tsc -p .",
|
"tsc": "tsc -p .",
|
||||||
"clean": "rimraf lib",
|
"clean": "rimraf lib",
|
||||||
"prepublishOnly": "npm run clean",
|
|
||||||
"build": "node utils/runWebpack.js --mode='development' && tsc -p .",
|
"build": "node utils/runWebpack.js --mode='development' && tsc -p .",
|
||||||
"watch": "node utils/runWebpack.js --mode='development' --watch --silent | tsc -w -p .",
|
"watch": "node utils/runWebpack.js --mode='development' --watch --silent | tsc -w -p .",
|
||||||
"apply-next-version": "node utils/apply_next_version.js",
|
"apply-next-version": "node utils/apply_next_version.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user