Remove prepare script

This commit is contained in:
Kuba Orlik 2023-12-10 16:12:27 +01:00
parent a223d0fcb4
commit c7d21e9ac3
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
"build": "npm run build-node",
"build-node": "tsc",
"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",
"coverage": "npm run clean-coverage && nyc mocha",
"test-reports": "npm run clean-coverage && nyc --reporter clover mocha --reporter xunit --reporter-option output=.xunit",