We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fe7e3 commit cd61f9bCopy full SHA for cd61f9b
client/package.json
@@ -108,7 +108,7 @@
108
"start-production": "NODE_ENV=production node server.js",
109
"test": "jest",
110
"coveralls": "cat coverage/lcov.info | coveralls",
111
- "lint": "eslint app server.js && stylelint src && sass-lint -v",
+ "lint": "eslint app server.js && stylelint --allow-empty-input src && sass-lint -v",
112
"clean": "rm build/app.js",
113
"noprobe": "../scope stop && ../scope launch --no-probe --app.window 8760h",
114
"loadreport": "yarn run noprobe && sleep 1 && curl -X POST -H \"Content-Type: application/json\" http://$BACKEND_HOST/api/report -d"
0 commit comments