|
|
@@ -32,8 +32,8 @@
|
|
|
"clean:report": "rimraf -- report",
|
|
|
"clean": "npm-run-all -p clean:*",
|
|
|
"heroku-postbuild": "sh bin/heroku/install-plugins.sh && npm run build:prod",
|
|
|
- "lint:js:fix": "eslint '**/*.{js,jsx}' --fix",
|
|
|
- "lint:js": "eslint '**/*.{js,jsx}'",
|
|
|
+ "lint:js:fix": "eslint \"**/*.{js,jsx}\" --fix",
|
|
|
+ "lint:js": "eslint \"**/*.{js,jsx}\"",
|
|
|
"lint:styles:fix": "prettier-stylelint --quiet --write src/client/styles/scss/**/*.scss",
|
|
|
"lint:styles": "stylelint src/client/styles/scss/**/*.scss",
|
|
|
"lint": "npm-run-all -p lint:js lint:styles",
|