Skip to content

Commit

Permalink
Remove unnecessary flag
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Dec 5, 2023
1 parent 7fee97d commit 3b8d23f
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 @@ -11,7 +11,7 @@
"prettier": "prettier --check . --cache",
"preview": "vite preview",
"test": "yarn lint && yarn tsc && yarn prettier",
"tsc": "tsc --noEmit"
"tsc": "tsc"
},
"author": {
"name": "Wojciech Maj",
Expand Down

0 comments on commit 3b8d23f

Please sign in to comment.