1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-13 18:00:58 +08:00

Merge pull request #33 from mmdapl/feat/vercel-ci

feat: add vercel script
This commit is contained in:
mmdapl
2023-09-02 13:40:33 +08:00
committed by GitHub
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