|
@@ -5,10 +5,8 @@
|
|
|
"scripts": {
|
|
|
"serve": "vue-cli-service serve --open",
|
|
|
"build": "vue-cli-service build",
|
|
|
- "test": "vue-cli-service build --mode test",
|
|
|
- "lint": "vue-cli-service lint",
|
|
|
- "test:e2e": "vue-cli-service test:e2e",
|
|
|
- "test:unit": "vue-cli-service test:unit"
|
|
|
+ "test": "vue-cli-service build",
|
|
|
+ "lint": "vue-cli-service lint"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"axios": "^0.19.0",
|