2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +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: script:
- yarn test --coverage --coverageReporters=text-lcov | coveralls - yarn test --coverage --coverageReporters=text-lcov | coveralls
- yarn build && bundlewatch - yarn build && bundlewatch ./dist/*
-7
View File
@@ -102,12 +102,5 @@
"html", "html",
"text-summary" "text-summary"
] ]
},
"bundlewatch": {
"files": [
{
"path": "dist/*"
}
]
} }
} }