We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecba8fa commit eaca2e8Copy full SHA for eaca2e8
package.json
@@ -18,7 +18,7 @@
18
"build": "gulp buildProd",
19
"preview": "npm run build && browser-sync start -s build/ --cors --no-notify --no-ui",
20
"prelint": "gulp processMarkup --silent",
21
- "lint": "npm-run-all -p lint:**",
+ "lint": "npm-run-all -pc lint:**",
22
"lint:spaces": "editorconfig-cli",
23
"lint:markup": "cd build && html-validator --quiet",
24
"lint:html": "linthtml build/**/*.html --config .linthtmlrc",
0 commit comments