aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOsmium Sorcerer <os@sof.beauty>2026-03-16 17:01:23 +0000
committerOsmium Sorcerer <os@sof.beauty>2026-04-18 16:52:22 +0000
commitd89eca0c885f37f4c92cef793d398217606d910c (patch)
treeccf15b564efafd6b36ad1c46bca118f0265831f2
parent3f1140da7779f568137d62b3f35392edc9e02e1e (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 41fd88c..b3da287 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",