Skip to content

Commit

Permalink
Add a console message when running npm run regression to inform about…
Browse files Browse the repository at this point in the history
… DEBUG=1
  • Loading branch information
zcorpan committed May 20, 2021
1 parent 66113fa commit addc8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint:html": "npm run htmlhint && npm run vnu-jar",
"lint:spelling": "cspell \"**/*.*\"",
"reference-tables": "node scripts/reference-tables.js",
"regression": "ava --timeout=1m",
"regression": "echo 'Tip: use `DEBUG=1 npm run regression` to disable headless mode.'; ava --timeout=1m",
"regression-report": "node test/util/report",
"test": "npm run lint && npm run regression",
"vnu-jar": "java -jar node_modules/vnu-jar/build/dist/vnu.jar --filterfile .vnurc --no-langdetect --skip-non-html aria-practices.html examples/",
Expand Down

0 comments on commit addc8e7

Please sign in to comment.