mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-12-19 10:41:13 +00:00
Kick bundlesize out of package.json
This pulled in ancient versions of brotli-size (unlikely to be fixed: https://github.com/siddharthkp/bundlesize/pull/370#issuecomment-1038968845) which broke CI on Node 20. IIUC, it shouldn’t even be needed anymore now that bundle size can be tested via BundleSizeTestBase instead; but in any case this can be figured out later, *after* CI is restored for the many extensions that pull in Popups. Bug: T382192 Bug: T360590 Change-Id: I86413a7707cbd33fd473f8a1daf6c7866fbb473f
This commit is contained in:
parent
6a9d62aa72
commit
300e32b4d8
1202
package-lock.json
generated
1202
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -6,7 +6,7 @@
|
|||
"build-storybook": "./.storybook/storybook-resources.sh && build-storybook --config-dir=.storybook -o docs/ui -s .storybook/static",
|
||||
"start": "webpack -w --mode=development",
|
||||
"build": "webpack --mode=production",
|
||||
"test": "npm -s run check-built-assets && npm run test:lint && bash ./dev-scripts/svg_check.sh && npm -s run coverage && npm -s run doc && bundlesize",
|
||||
"test": "npm -s run check-built-assets && npm run test:lint && bash ./dev-scripts/svg_check.sh && npm -s run coverage && npm -s run doc",
|
||||
"test:unit": "mw-node-qunit \"tests/node-qunit/**/*.test.js\" --require \"$PWD/tests/node-qunit/run.js\" | tap-mocha-reporter dot",
|
||||
"test:lint": "npm -s run test:lint:styles && npm -s run test:lint:js && npm -s run test:lint:i18n",
|
||||
"test:lint:js": "npm -s run linter:js",
|
||||
|
@ -43,7 +43,6 @@
|
|||
"@wikimedia/mw-node-qunit": "7.0.0",
|
||||
"babel-loader": "9.1.3",
|
||||
"browserslist-config-wikimedia": "0.7.0",
|
||||
"bundlesize": "0.18.1",
|
||||
"clean-webpack-plugin": "3.0.0",
|
||||
"cssjanus": "1.3.1",
|
||||
"eslint-config-wikimedia": "0.26.0",
|
||||
|
|
Loading…
Reference in a new issue