Remove prepare script
This commit is contained in:
parent
a223d0fcb4
commit
c7d21e9ac3
|
@ -8,7 +8,6 @@
|
||||||
"build": "npm run build-node",
|
"build": "npm run build-node",
|
||||||
"build-node": "tsc",
|
"build-node": "tsc",
|
||||||
"build-browser": "esbuild src/browser.ts --bundle --minify --sourcemap --target=firefox120 --outfile=public/bundle.js",
|
"build-browser": "esbuild src/browser.ts --bundle --minify --sourcemap --target=firefox120 --outfile=public/bundle.js",
|
||||||
"prepare": "npm run build",
|
|
||||||
"clean-coverage": "rm -rf coverage .nyc_output .xunit",
|
"clean-coverage": "rm -rf coverage .nyc_output .xunit",
|
||||||
"coverage": "npm run clean-coverage && nyc mocha",
|
"coverage": "npm run clean-coverage && nyc mocha",
|
||||||
"test-reports": "npm run clean-coverage && nyc --reporter clover mocha --reporter xunit --reporter-option output=.xunit",
|
"test-reports": "npm run clean-coverage && nyc --reporter clover mocha --reporter xunit --reporter-option output=.xunit",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user