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:
@@ -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 .",
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user