aboutsummaryrefslogtreecommitdiff
path: root/174bg/handbook-vitepress/package.json
diff options
context:
space:
mode:
Diffstat (limited to '174bg/handbook-vitepress/package.json')
-rw-r--r--174bg/handbook-vitepress/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/174bg/handbook-vitepress/package.json b/174bg/handbook-vitepress/package.json
index 335943b..abebfa6 100644
--- a/174bg/handbook-vitepress/package.json
+++ b/174bg/handbook-vitepress/package.json
@@ -5,6 +5,8 @@
"scripts": {
"dev": "npx vitepress dev",
"build": "npx vitepress build",
- "preview": "npx vitepress preview"
+ "preview": "npx vitepress preview",
+ "deploy": "npx wrangler@latest deploy",
+ "build+deploy": "npx wrangler@latest deploy"
}
}