misc(package): Add mixed-content yarn script (#4344)
This commit is contained in:
Родитель
bd499b3b59
Коммит
c225d0189f
|
@ -47,7 +47,8 @@
|
|||
"bundlesize": "bundlesize",
|
||||
"plots-smoke": "bash plots/test/smoke.sh",
|
||||
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile changelog.md --same-file",
|
||||
"type-check": "tsc -p ."
|
||||
"type-check": "tsc -p .",
|
||||
"mixed-content": "./lighthouse-cli/index.js --chrome-flags='--headless' --config-path=./lighthouse-core/config/mixed-content.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/configstore": "^2.1.1",
|
||||
|
|
Загрузка…
Ссылка в новой задаче