chore: 回复与线上dev文件同步

This commit is contained in:
tnt group
2022-09-06 15:01:44 +08:00
parent fe77d88936
commit d01b8b2b15
3 changed files with 4 additions and 6 deletions
+2 -4
View File
@@ -6,9 +6,7 @@
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"new": "plop --plopfile ./plop/plopfile.js",
"postinstall": "husky install",
"lint": "eslint --ext .vue,.js,.jsx,.ts,.tsx ./ --max-warnings 0",
"lint:fix": "eslint --ext .vue,.js,jsx,.ts,.tsx ./ --fix"
"postinstall": "husky install"
},
"dependencies": {
"@types/color": "^3.0.3",
@@ -71,4 +69,4 @@
"vue-echarts": "^6.0.2",
"vue-tsc": "^0.28.10"
}
}
}