Skip to content

Commit

Permalink
Add type-check script
Browse files Browse the repository at this point in the history
  • Loading branch information
fadihanna123 committed Jan 12, 2025
1 parent be4afc5 commit 5478815
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
"prebuild": "rimraf dist .next build",
"format": "prettier . -w",
"build": "yarn prebuild && tsc && next build",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0 && stylelint **/*.css",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0 && stylelint **/*.css && yarn type-check",
"test": "vitest",
"ci": "yarn build && yarn lint",
"clear": "rimraf node_modules dist"
"clear": "rimraf node_modules dist",
"type-check": "tsc --noEmit"
},
"dependencies": {
"react": "^19.0.0",
Expand Down

0 comments on commit 5478815

Please sign in to comment.