Skip to content

Commit

Permalink
add the necessary verify checks
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekNonGeneric committed Feb 9, 2024
1 parent fd61f39 commit 6d26b8e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Empty file.
Empty file.
Empty file.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"test": "npm run verify:all",
"verify:all": "for i in _tasks/verify/*.mjs; do node \"$i\"; done",
"verify:css": "node _tasks/verify/verify-css.mjs",
"verify:editorconfig-compliance": "node _tasks/verify/verify-editorconfig-compliance.mjs",
"verify:ec-harmony": "node _tasks/verify/verify-ec-harmony.mjs",
"verify:shellcheck-harmony": "node _tasks/verify/verify-shellcheck-harmony.mjs",
"verify:html": "node _tasks/verify/verify-html.mjs",
"verify:js": "node _tasks/verify/verify-js.mjs",
"verify:json": "node _tasks/verify/verify-json.mjs",
Expand Down

0 comments on commit 6d26b8e

Please sign in to comment.