aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-30 02:48:34 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-30 02:48:34 +0100
commite9e3e1058d63d0a016b9b078d38c3115e53eb394 (patch)
treec4e8f0ad4e0bd6a8e9fcc535628b96135dfac5b1
parent68dea6299967340db22e2fa3d38b1e52539e9125 (diff)
downloadunnamed-group-e9e3e1058d63d0a016b9b078d38c3115e53eb394.tar
unnamed-group-e9e3e1058d63d0a016b9b078d38c3115e53eb394.tar.gz
unnamed-group-e9e3e1058d63d0a016b9b078d38c3115e53eb394.tar.bz2
unnamed-group-e9e3e1058d63d0a016b9b078d38c3115e53eb394.tar.xz
unnamed-group-e9e3e1058d63d0a016b9b078d38c3115e53eb394.zip
add build+deploy
-rw-r--r--174bg/handbook/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/174bg/handbook/package.json b/174bg/handbook/package.json
index 9d91038..51a8a13 100644
--- a/174bg/handbook/package.json
+++ b/174bg/handbook/package.json
@@ -11,6 +11,7 @@
"build-css": "npx @tailwindcss/cli -i ./source/index.css -o ./public/index.css",
"copy-html": "npx copyfiles -u 1 ./source/index.html ./public",
"build": "npx npm-run-all build-css copy-html",
- "deploy": "npx wrangler deploy --minify"
+ "deploy": "npx wrangler deploy --minify",
+ "build+deploy": "npx npm-run-all build deploy"
}
}