Skip to content

Commit eaca2e8

Browse files
committed
Get all the errors output
1 parent ecba8fa commit eaca2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build": "gulp buildProd",
1919
"preview": "npm run build && browser-sync start -s build/ --cors --no-notify --no-ui",
2020
"prelint": "gulp processMarkup --silent",
21-
"lint": "npm-run-all -p lint:**",
21+
"lint": "npm-run-all -pc lint:**",
2222
"lint:spaces": "editorconfig-cli",
2323
"lint:markup": "cd build && html-validator --quiet",
2424
"lint:html": "linthtml build/**/*.html --config .linthtmlrc",

0 commit comments

Comments
 (0)