mirror of
https://github.com/theoludwig/html-w3c-validator.git
synced 2025-05-21 23:21:29 +02:00
fix: only consider errors (excluding warning/info messages)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{
|
||||
"urls": ["http://localhost:3000/", "http://localhost:3000/about"],
|
||||
"urls": ["http://127.0.0.1:3000/", "http://127.0.0.1:3000/about"],
|
||||
"files": ["./build/index.html", "./build/about.html"]
|
||||
}
|
||||
|
1711
example/package-lock.json
generated
1711
example/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -3,10 +3,10 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "serve \"./build\"",
|
||||
"test:html-w3c-validator": "start-server-and-test \"start\" \"http://localhost:3000\" \"html-w3c-validator\""
|
||||
"test:html-w3c-validator": "start-server-and-test \"start\" \"http://127.0.0.1:3000\" \"html-w3c-validator\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"serve": "13.0.2",
|
||||
"serve": "14.0.1",
|
||||
"start-server-and-test": "1.14.0",
|
||||
"html-w3c-validator": "file:.."
|
||||
}
|
||||
|
Reference in New Issue
Block a user