更新官网打包脚本

This commit is contained in:
aoshiguchen 2024-05-06 17:26:41 +08:00
parent 21c5dcb053
commit fe9dc46796
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -54,6 +54,7 @@ hs_err_pid*
**/memo/**
neutrino-proxy-vuepress/deploy
neutrino-proxy-vuepress/deploy.sh
.NEUTRINO_PROXY_CLIENT_ID
logs

View File

@ -4,8 +4,8 @@
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"buildAndDeploy": "vuepress build docs && bash deploy.sh",
"deploy": "bash deploy.sh",
"buildAndDeploy": "vuepress build docs && bash deploy/deploy2.sh",
"deploy": "bash deploy/deploy2.sh",
"updateTheme": "yarn remove vuepress-theme-vdoing && rm -rf node_modules && yarn && yarn add vuepress-theme-vdoing -D",
"editFm": "node utils/editFrontmatter.js"
},