misc(package): Add mixed-content yarn script (#4344)

This commit is contained in:
Chris Thompson 2018-01-25 18:01:19 -08:00 коммит произвёл Patrick Hulce
Родитель bd499b3b59
Коммит c225d0189f
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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",