Skip to content

Commit

Permalink
Change commands
Browse files Browse the repository at this point in the history
  • Loading branch information
benjreinhart committed May 25, 2024
1 parent 8d78efd commit 57e9098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"check": "tsc --noEmit",
"dev": "vite-node index.mts",
"test": "vitest"
"test": "vitest",
"ci:test": "vitest run ./ --config ./vite.config.ts"
},
"dependencies": {
"@babel/generator": "^7.24.5",
Expand Down
1 change: 0 additions & 1 deletion server/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default defineConfig({
test: {
include: ['**/*.test.mts'],
globals: true,
environment: 'node',
},
server: {
hmr: true,
Expand Down

0 comments on commit 57e9098

Please sign in to comment.