Skip to content

Commit 75c3156

Browse files
committed
Remove type-tests reference from addon
1 parent 82c3b94 commit 75c3156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lint:fix": "concurrently 'npm:lint:*:fix' --names 'fix:'",
3535
"lint:js": "eslint --cache .",
3636
"lint:js:fix": "eslint . --fix",
37-
"lint:ts": "tsc --noEmit && tsc --noEmit --project type-tests",
37+
"lint:ts": "tsc --noEmit",
3838
"postpublish": "pnpm clean",
3939
"release": "release-it",
4040
"start": "ember serve",

0 commit comments

Comments
 (0)