aboutsummaryrefslogtreecommitdiff
path: root/174bg/handbook
diff options
context:
space:
mode:
Diffstat (limited to '174bg/handbook')
-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"
}
}