we dont even have tests

This commit is contained in:
Samidy 2026-03-12 09:27:27 +03:00
parent b7c57a06fe
commit dfa6e40385

View file

@ -13,8 +13,7 @@
"lint:css": "stylelint \"**/*.css\"", "lint:css": "stylelint \"**/*.css\"",
"lint:html": "htmlhint \"**/*.html\" --ignore=\"dist/**,legacy/**,node_modules/**\"", "lint:html": "htmlhint \"**/*.html\" --ignore=\"dist/**,legacy/**,node_modules/**\"",
"lint": "npm run lint:js && npm run lint:css && npm run lint:html", "lint": "npm run lint:js && npm run lint:css && npm run lint:html",
"format": "prettier --write .", "format": "prettier --write ."
"test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",