From e9e3e1058d63d0a016b9b078d38c3115e53eb394 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Sat, 30 May 2026 02:48:34 +0100 Subject: add build+deploy --- 174bg/handbook/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '174bg/handbook') 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" } } -- cgit v1.2.3