Skip to content

Commit

Permalink
Make typecheck task watch
Browse files Browse the repository at this point in the history
  • Loading branch information
noahm committed Mar 29, 2024
1 parent b5664cf commit ae5768e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .codesandbox/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"typecheck": {
"name": "typecheck",
"command": "yarn typecheck"
"command": "yarn typecheck --watch"
},
"format": {
"name": "format",
Expand Down

0 comments on commit ae5768e

Please sign in to comment.