diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 66d0a3bf56..ddaf3dc770 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -20,7 +20,8 @@ "build": "ember build", "test": "ember exam --split 2 --parallel", "lint:js": "eslint .", - "lint:hbs": "ember-template-lint ." + "lint:hbs": "ember-template-lint .", + "lint": "yarn lint:js && yarn lint:hbs" }, "engines": { "node": "^14.17.0 || ^16.13.0"