From 8673a64409d646195122835828ffe14be265c97a Mon Sep 17 00:00:00 2001 From: chu fan Date: Thu, 7 Sep 2023 00:42:15 +0800 Subject: [PATCH] feat: update --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 8dcb128..602e26f 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,8 @@ "scripts": { "prepare": "husky install && npx husky add .husky/pre-commit \"./scripts/lint --fix\" && chmod +x .husky/pre-commit", "dev": "vuepress dev docs", + "build": "./scripts/bundle build", + "build:proxy": "./scripts/bundle build_proxy", "deploy:vercel": "vercel --prod", "clean": "find . -name \"node_modules\" -type d -exec rm -rf '{}' + " },