Skip to content

Commit 6a29b07

Browse files
committed
glint -> ember-tsc --noEmit
1 parent 0004997 commit 6a29b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lint:js": "eslint . --cache",
2424
"lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern",
2525
"lint:js:fix": "eslint . --fix",<% if (typescript) { %>
26-
"lint:types": "glint",<% } %>
26+
"lint:types": "ember-tsc --noEmit",<% } %>
2727
"start": "vite dev",
2828
"test": "vite build --mode=development --out-dir dist-tests && testem --file testem.cjs ci --port 0",
2929
"prepack": "rollup --config"

0 commit comments

Comments
 (0)