Skip to content

Commit

Permalink
lint:types
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Krycho <hello@chriskrycho.com>
  • Loading branch information
simonihmig and chriskrycho committed Sep 18, 2022
1 parent 25aa489 commit 30b725e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/app/files/package.json
Expand Up @@ -18,7 +18,7 @@
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",<% if (typescript) { %>
"lint:ts": "tsc --noEmit",<% } %>
"lint:types": "tsc --noEmit",<% } %>
"start": "ember serve",
"test": "npm-run-all lint test:*",
"test:ember": "ember test"
Expand Down

0 comments on commit 30b725e

Please sign in to comment.