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 '{}' + " },