chore: 去掉不需要的命令
parent
1b22b584af
commit
65917f0130
|
@ -4,15 +4,8 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "Haijun Zhang <zhanghaijun@beyondcent.com>",
|
"author": "Haijun Zhang <zhanghaijun@beyondcent.com>",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
"build": "vue-cli-service build",
|
"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"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/composition-api": "^1.0.0-rc.2",
|
"@vue/composition-api": "^1.0.0-rc.2",
|
||||||
|
|
Loading…
Reference in New Issue