mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +03:00
chore(*): add size-limit to CI step
This commit is contained in:
Generated
+2676
File diff suppressed because it is too large
Load Diff
@@ -23,6 +23,7 @@
|
|||||||
"rollup": "^0.62.0",
|
"rollup": "^0.62.0",
|
||||||
"rollup-plugin-commonjs": "^9.1.3",
|
"rollup-plugin-commonjs": "^9.1.3",
|
||||||
"rollup-plugin-node-resolve": "^3.3.0",
|
"rollup-plugin-node-resolve": "^3.3.0",
|
||||||
|
"size-limit": "^0.18.5",
|
||||||
"xbbcode-parser": "^0.1.2"
|
"xbbcode-parser": "^0.1.2"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
@@ -28,10 +28,16 @@
|
|||||||
"dev": "../../node_modules/.bin/rollup -c -w",
|
"dev": "../../node_modules/.bin/rollup -c -w",
|
||||||
"test": "../../node_modules/.bin/jest --",
|
"test": "../../node_modules/.bin/jest --",
|
||||||
"cover": "../../node_modules/.bin/jest --coverage",
|
"cover": "../../node_modules/.bin/jest --coverage",
|
||||||
"lint": "../../node_modules/.bin/eslint ."
|
"lint": "../../node_modules/.bin/eslint .",
|
||||||
|
"size": "../../node_modules/.bin/size-limit"
|
||||||
},
|
},
|
||||||
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"size-limit": [
|
||||||
|
{
|
||||||
|
"path": "lib/index.js"
|
||||||
|
}
|
||||||
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.npmjs.org/"
|
"registry": "https://registry.npmjs.org/"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user