1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-02-03 02:23:38 +08:00

feat: add vercel script

This commit is contained in:
chufan
2023-09-02 13:32:29 +08:00
committed by chufan
parent 372dc792c7
commit a354acced9
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
"image:faster": "bash scripts/build_image.sh $npm_package_version faster",
"deploy:ali": "bash scripts/deploy.sh ali $npm_package_version",
"deploy:github": "bash scripts/page_deploy.sh",
"deploy:vercel": "vercel --prod",
"version:alpha": "npm version prerelease --preid alpha",
"version:patch": "npm version patch",
"lint": "eslint --ext .js,.vue,.ts --ignore-path .gitignore .",

View File

@@ -20,7 +20,7 @@ git commit -m "refactor:${commitInfo}"
# git push -f https://github.com/mmdapl/408CSFamily.git main
## 部署到github pages
git push -f https://github.com/mmdapl/408CSFamily.git main:pages/github