mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-25 11:09:46 +08:00
feat: 修正脚本异常
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
"deploy:ali": "bash scripts/deploy.sh ali $npm_package_version",
|
||||
"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 .",
|
||||
"lintfix": "eslint --fix --ext .js,.ts,.vue --ignore-path .gitignore .",
|
||||
"release": "./scripts/release",
|
||||
"lint": "./scripts/lint",
|
||||
"lintfix": "./scripts/lint --fix",
|
||||
"clean": "find . -name \"node_modules\" -type d -exec rm -rf '{}' + "
|
||||
},
|
||||
"scripts-info": {
|
||||
|
||||
Reference in New Issue
Block a user