Skip to content

Commit

Permalink
ci: add type-check command
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-slovak committed Sep 9, 2024
1 parent b6d0a5d commit 4db5bd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"sanity": "yarn lint:ci && yarn build && tsc --noEmit && yarn test --coverage && yarn compare-boilerplate-version && echo 'success'",
"semantic-release": "semantic-release",
"update-boilerplate-version": "./scripts/update-boilerplate-version.sh",
"lint:ci": "yarn lint"
"lint:ci": "yarn lint",
"type-check": "tsc --noEmit"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit 4db5bd8

Please sign in to comment.