Skip to content

Commit

Permalink
Add tests type checking for ui-kit package
Browse files Browse the repository at this point in the history
Resolves #62
  • Loading branch information
rahulrk-dev authored Oct 31, 2023
1 parent 45de9f5 commit d30373b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-kit/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cwd": "./packages/ui-kit",
"commands": [
{
"command": "tsc --project tsconfig.lib.json --noEmit"
"command": "tsc --project tsconfig.lib.json --noEmit && tsc --project tsconfig.spec.json --noEmit"
}
]
}
Expand Down

0 comments on commit d30373b

Please sign in to comment.