Skip to content

Commit

Permalink
chore: run typecheck on lint script also
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca committed Dec 16, 2024
1 parent 0ab90ff commit 9c09733
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 @@ -52,7 +52,7 @@
"start": "vite --base=/spa",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "npm run lint:eslint && npm run lint:stylelint && npm run lint:prettier",
"lint": "npm run typecheck && npm run lint:eslint && npm run lint:stylelint && npm run lint:prettier",
"lint:fix": "eslint --fix --ext .ts,.tsx ./src --ignore-path .gitignore . && stylelint --fix **/*.scss && prettier . --write",
"lint:eslint": "eslint --ignore-path .gitignore .",
"lint:stylelint": "stylelint **/*.scss ",
Expand Down

0 comments on commit 9c09733

Please sign in to comment.