Skip to content

Commit

Permalink
Add tsc pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
samderanova committed Apr 9, 2024
1 parent ccd1780 commit 1457fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"pre-commit": "^1.2.2"
},
"scripts": {
"tsc": "cd control-station && tsc --noEmit && exit 0",
"eslint": "cd control-station && npx eslint . && exit 0",
"prettier": "cd control-station && prettier --write . && exit 0",
"cargoclippy": "cd pod-operation && cargo clippy && exit 0",
Expand Down

0 comments on commit 1457fee

Please sign in to comment.