Skip to content

Commit

Permalink
Include TS version when running type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Mar 29, 2022
1 parent a39ba28 commit 651fc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "ember test && ember test --env production",
"test:node": "bin/run-node-tests.js",
"test:ember": "yarn workspace @glimmer/component ember try:one",
"test:types": "tsc --noEmit --project test/types",
"test:types": "tsc --version && tsc --noEmit --project test/types",
"test:watch": "testem",
"tslint": "tslint --project tsconfig.json",
"problems": "tsc -p tsconfig.json --noEmit"
Expand Down

0 comments on commit 651fc70

Please sign in to comment.