we dont even have tests
This commit is contained in:
parent
b7c57a06fe
commit
dfa6e40385
1 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue