mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Breaking change in stylelint 10.0.0, use --allow-empty-input
c.f. https://github.com/stylelint/stylelint/releases/tag/10.0.0
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
"start-production": "NODE_ENV=production node server.js",
|
||||
"test": "jest",
|
||||
"coveralls": "cat coverage/lcov.info | coveralls",
|
||||
"lint": "eslint app server.js && stylelint src && sass-lint -v",
|
||||
"lint": "eslint app server.js && stylelint --allow-empty-input src && sass-lint -v",
|
||||
"clean": "rm build/app.js",
|
||||
"noprobe": "../scope stop && ../scope launch --no-probe --app.window 8760h",
|
||||
"loadreport": "yarn run noprobe && sleep 1 && curl -X POST -H \"Content-Type: application/json\" http://$BACKEND_HOST/api/report -d"
|
||||
|
||||
Reference in New Issue
Block a user