2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-04 06:32:23 +03:00

simplify test command (should get travis-ci back to green)

This commit is contained in:
Jeff
2018-08-12 19:40:13 -07:00
parent c24512cf6a
commit ccf5a902cf
+1 -1
View File
@@ -7,7 +7,7 @@
"build": "vue-cli-service build --target lib ./src/index.js",
"build:dev": "vue-cli-service build --dest ./dev/dist ./dev/dev.js ",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
"test": "vue-cli-service test:unit"
},
"dependencies": {
"vue": "^2.5.17"