mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Fix prod builder
This commit is contained in:
+2
-2
@@ -13,8 +13,8 @@
|
||||
"sw-generate": "workbox generateSW workbox-config.js",
|
||||
"sw-uglify": "uglifyjs build/sw.js -o build/sw.min.js",
|
||||
"sw": "npm run sw-generate && npm run sw-uglify",
|
||||
"ts": "tsc --rootDir src/ts --outDir src/scripts --pretty",
|
||||
"ts-tools": "tsc --rootDir src/ts --outDir src/scripts --pretty -p tsconfig.tools.json",
|
||||
"ts": "tsc",
|
||||
"ts-tools": "tsc -p tsconfig.tools.json",
|
||||
"ts-watch": "npm run ts -- --watch",
|
||||
"ts-cov": "npm run ts -- --target es5",
|
||||
"ts-cov-watch": "npm run ts -- --target es5 --watch",
|
||||
|
||||
Reference in New Issue
Block a user