mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
add bundlewatch
This commit is contained in:
@@ -6,3 +6,4 @@ node_js:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- yarn test --coverage --coverageReporters=text-lcov | coveralls
|
- yarn test --coverage --coverageReporters=text-lcov | coveralls
|
||||||
|
- yarn build && bundlewatch
|
||||||
|
|||||||
@@ -39,6 +39,7 @@
|
|||||||
"autoprefixer": "^9.4.7",
|
"autoprefixer": "^9.4.7",
|
||||||
"babel-core": "^7.0.0-bridge.0",
|
"babel-core": "^7.0.0-bridge.0",
|
||||||
"babel-loader": "^8.0.5",
|
"babel-loader": "^8.0.5",
|
||||||
|
"bundlewatch": "^0.2.5",
|
||||||
"chokidar": "^2.1.5",
|
"chokidar": "^2.1.5",
|
||||||
"coveralls": "^3.0.2",
|
"coveralls": "^3.0.2",
|
||||||
"cross-env": "^5.2.0",
|
"cross-env": "^5.2.0",
|
||||||
@@ -101,5 +102,12 @@
|
|||||||
"html",
|
"html",
|
||||||
"text-summary"
|
"text-summary"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"bundlewatch": {
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"path": "dist/*"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user