Skip to content

Commit 563ea1f

Browse files
committed
Fix error status of w3c-validation
1 parent 83baa06 commit 563ea1f

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
@@ -34,7 +34,7 @@
3434
"scripts": {
3535
"lint:spaces": "editorconfig-cli",
3636
"lint:styles": "stylelint \"source/styles/**/*.scss\"",
37-
"lint:markup": "cd build && html-validator --quiet --continue",
37+
"lint:markup": "cd build && html-validator --quiet",
3838
"lint:html": "linthtml build/**/*.html --config .linthtmlrc",
3939
"lint:bem": "gulp lintBem --silent",
4040
"lint:scripts": "eslint . --ignore-path .gitignore",

0 commit comments

Comments
 (0)