Skip to content

Commit

Permalink
chore: fix tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Mar 9, 2024
1 parent ebcbd26 commit 2a843ff
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 @@ -8,7 +8,7 @@
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"tests": "vitest",
"audit": "better-npm-audit audit",
"check-types": "tsc --noEmit"
},
Expand Down

0 comments on commit 2a843ff

Please sign in to comment.