Skip to content

Commit

Permalink
Add type check on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gunock committed Apr 9, 2024
1 parent 37fde41 commit 0a35f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"watch": "vite build --watch",
"build": "vite build"
"watch": "tsc && vite build --watch",
"build": "tsc && vite build"
},
"dependencies": {
"@emotion/react": "^11.11.4",
Expand Down

0 comments on commit 0a35f5c

Please sign in to comment.