Skip to content

Commit

Permalink
update(vitest): remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ACoolmanTelicent authored May 10, 2024
1 parent c138953 commit 6a56bff
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",
"build:tailwind": "tailwindcss -i ./src/main.tailwind-source.css -o ./public/main.css",
"test": "vitest",
"test:ci": "vitest run --threads false --silent --coverage",
"test:ci": "vitest --silent --coverage",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky install",
Expand Down

0 comments on commit 6a56bff

Please # to comment.