chore: 去掉不需要的命令
parent
1b22b584af
commit
65917f0130
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue