diff --git a/package.json b/package.json index 4f92010..7496fa5 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,7 @@ "lint:css": "stylelint \"**/*.css\"", "lint:html": "htmlhint \"**/*.html\" --ignore=\"dist/**,legacy/**,node_modules/**\"", "lint": "npm run lint:js && npm run lint:css && npm run lint:html", - "format": "prettier --write .", - "test": "echo \"Error: no test specified\" && exit 1" + "format": "prettier --write ." }, "repository": { "type": "git",