1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-23 10:10:56 +08:00

feat: 脚本优化更新

This commit is contained in:
chu fan
2023-09-06 09:57:37 +08:00
parent 0842ce3276
commit c072b3d3a4
6 changed files with 79 additions and 71 deletions

View File

@@ -20,7 +20,7 @@
"image": "bash scripts/build_image.sh $npm_package_version",
"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:github": "bash scripts/deploy.sh github $npm_package_version",
"deploy:vercel": "vercel --prod",
"release": "bumpp --preid alpha --execute=\"pnpm commit-and-tag-version && git add CHANGELOG.md\" --commit \"chore(release): publish v%s\" --all --tag --push",
"lint": "eslint --ext .js,.vue,.ts --ignore-path .gitignore .",