2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

use CLI options instead

This commit is contained in:
Jeff
2019-11-08 11:54:02 -08:00
parent edf36332ca
commit 6eb42f3415
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ node_js:
script:
- yarn test --coverage --coverageReporters=text-lcov | coveralls
- yarn build && bundlewatch
- yarn build && bundlewatch ./dist/*
-7
View File
@@ -102,12 +102,5 @@
"html",
"text-summary"
]
},
"bundlewatch": {
"files": [
{
"path": "dist/*"
}
]
}
}