mediawiki-skins-MinervaNeue/package.json
jdlrobson 7408d87465 Run bundlesize tests on every commit
It was added in 7340485014
but for some reason never enabled.

This was supposed to be protecting us from performance regressions
by monitoring the size of modules in the repo. It appears to be
broken both locally and on Jenkins when run on the due to some changes
in Phabricator.

Since then we've added bundle size tests to Vector using a different
more foolproof method. I think that method is more preferable as it
also provides coverage for JS and icons so the
associated script is copied over and used in Minerva
and activated on all commits.

Bug: T259080
Change-Id: I9ba2dcc060ec09d91814c947d5be3f71b055a66e
2020-07-28 23:43:38 +00:00

45 lines
1.4 KiB
JSON

{
"private": true,
"scripts": {
"storybook:setup": "./dev-scripts/setup-storybook.sh",
"storybook": "npm run storybook:setup && start-storybook -p 6006",
"build-storybook": "npm run storybook:setup && build-storybook -o docs/",
"test": "grunt test && npm run doc && dev-scripts/svg_check.sh",
"doc": "jsdoc -c jsdoc.json",
"test:size": "node ./tests/resource-loader-bundlesize.js",
"selenium-test-cucumber": "wdio tests/selenium/wdio.conf.cucumber.js",
"selenium-daily": "MW_SERVER=https://en.m.wikipedia.beta.wmflabs.org npm run selenium-test",
"selenium-test": "npm -s run test:size && wdio tests/selenium/wdio.conf.js"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "7.7.7",
"@storybook/html": "5.2.8",
"@wdio/cli": "6.1.25",
"@wdio/cucumber-framework": "6.1.22",
"@wdio/local-runner": "6.1.25",
"@wdio/mocha-framework": "6.1.19",
"@wdio/spec-reporter": "6.1.23",
"@wdio/sync": "6.1.14",
"babel-loader": "8.0.6",
"bundlesize": "0.18.0",
"eslint-config-wikimedia": "0.16.2",
"grunt": "1.2.1",
"grunt-banana-checker": "0.9.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "23.0.0",
"grunt-notify": "0.4.5",
"grunt-stylelint": "0.15.0",
"jsdoc": "3.6.4",
"less": "3.8.1",
"less-loader": "4.1.0",
"mustache": "3.0.1",
"mwbot": "1.0.10",
"pre-commit": "1.2.2",
"stylelint-config-wikimedia": "0.10.1",
"svgo": "1.3.2",
"wdio-mediawiki": "1.0.0",
"webdriverio": "6.1.25"
}
}