Skip to content

Commit

Permalink
Merge pull request #64 from rahulrk-dev/feature/update-ui-kit
Browse files Browse the repository at this point in the history
Add tests type checking for ui-kit package
  • Loading branch information
dipiash authored Oct 31, 2023
2 parents dc7959b + 31828a0 commit 1ad7a4a
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 1ad7a4a

Please sign in to comment.