Skip to content

Commit

Permalink
Revert "Set --if-present flag for typecheck script"
Browse files Browse the repository at this point in the history
This reverts commit fdf153d.
  • Loading branch information
mpanne committed May 15, 2024
1 parent ddc193b commit 63ecebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"pre-commit": "npm run style:fix && npm run tests && npm run typecheck",
"style:check": "npm run format:check && npm run lint:check",
"style:fix": "npm run format:fix && npm run lint:fix",
"typecheck": "npm run typecheck --workspaces --if-present"
"typecheck": "npm run typecheck --workspaces"
},
"dependencies": {
"@digitalcheck/shared": "*",
Expand Down

0 comments on commit 63ecebe

Please sign in to comment.