chore: 去掉不需要的命令

20240620-RELEASE
时启龙 2024-04-29 09:29:26 +08:00
parent 1b22b584af
commit 65917f0130
1 changed files with 96 additions and 103 deletions

View File

@ -4,15 +4,8 @@
"private": true,
"author": "Haijun Zhang <zhanghaijun@beyondcent.com>",
"scripts": {
"dev": "vite",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"fix": "vue-cli-service lint --fix",
"fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit",
"precommit": "lint-staged",
"upload": "node upload.js",
"deploy": "yarn build && yarn upload"
"build": "vue-cli-service build"
},
"dependencies": {
"@vue/composition-api": "^1.0.0-rc.2",