Skip to content

Commit

Permalink
#203 Remove Cypress typescript check from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Dec 15, 2023
1 parent 7ac6420 commit 963349e
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 @@ -7,7 +7,7 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "tsc && tsc --project cypress && eslint . && prettier --check .",
"lint": "tsc && eslint . && prettier --check .",
"test": "jest"
},
"packageManager": "[email protected]",
Expand Down

0 comments on commit 963349e

Please sign in to comment.