Skip to content

Commit

Permalink
Merge pull request #63 from adripo/patch-1
Browse files Browse the repository at this point in the history
Check types in test files
  • Loading branch information
dipiash authored Oct 31, 2023
2 parents e9a188d + af4bf8a commit dc7959b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/main/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cwd": "./apps/main",
"commands": [
{
"command": "tsc --project tsconfig.app.json --noEmit"
"command": "tsc --project tsconfig.app.json --noEmit && tsc --project tsconfig.spec.json --noEmit"
}
]
}
Expand Down

0 comments on commit dc7959b

Please sign in to comment.