Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bdanzer committed Apr 15, 2024
1 parent 7aa23d4 commit a278fe8
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 @@ -46,7 +46,7 @@
"preview": "vite preview",
"prepare": "husky",
"coverage": "vitest run --coverage",
"eslint-check": "npx eslint src/**/*.{tsx,ts}",
"eslint-check": "eslint src/**/*.{tsx,ts}",
"fix-prettier": "npx eslint src/**/*.{tsx,ts} --fix"
},
"lint-staged": {
Expand Down

0 comments on commit a278fe8

Please sign in to comment.