aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOsmium Sorcerer <os@sof.beauty>2026-03-16 17:01:23 +0000
committerstonedDiscord <Tukz@gmx.de>2026-05-04 22:56:11 +0200
commitfcaee3675fde49e2cd5bb8103d1c1f60863bc42c (patch)
treed39bdb03912f6e7961003ce201bda1c678efb6fa
parent6bf5a32b4057f1d9e006b6dd3960e4a8c0c8c2bd (diff)
Remove deploy command from package.json
Production builds are done via `bun run build` now rather than `bun run deploy`. Webpack doesn't recognize even recognize flag `-p`, and WebAO doesn't provide cross-env.
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index 41fd88c1..b3da2873 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,6 @@
"scripts": {
"babel": "babel ui.js -o ui.b.js",
"webpack": "webpack",
- "deploy": "cross-env NODE_ENV=production webpack -p",
"test": "jest",
"test:coverage": "jest --coverage",
"build": "bun build.js",