Skip to content

Commit

Permalink
Run test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Zikoat committed Aug 3, 2024
1 parent 9b3fe44 commit 0a56e47
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 @@ -5,7 +5,7 @@
"scripts": {
"dev": "vite --open",
"check": "bun i && eslint --ext .js,.jsx,.ts,.tsx ./src --fix && prettier --write . && bun ci && vite preview --open",
"ci": "bun install --production && prettier --check . && tsc --noemit && vite build",
"ci": "bun install --production && prettier --check . && tsc --noemit && bun test && vite build",
"test": "vitest",
"test-single": "uvu -r tsm",
"test-watch": "watchlist -e src -- bun run test-single"
Expand Down

0 comments on commit 0a56e47

Please sign in to comment.