File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 "dev" : " tsx watch src/server.ts" ,
88 "build" : " tsc && mkdir -p dist/database && cp src/database/schema.sql dist/database/ && cp src/database/migrations.sql dist/database/" ,
99 "start" : " node dist/server.js" ,
10- "test" : " vitest --run" ,
10+ "test" : " vitest --run --passWithNoTests " ,
1111 "test:watch" : " vitest" ,
1212 "lint" : " eslint src --ext .ts --max-warnings 0" ,
1313 "lint:fix" : " eslint src --ext .ts --fix"
Original file line number Diff line number Diff line change 77 "dev" : " vite" ,
88 "build" : " vite build" ,
99 "preview" : " vite preview" ,
10- "test" : " vitest --run" ,
10+ "test" : " vitest --run --passWithNoTests " ,
1111 "test:watch" : " vitest" ,
1212 "lint" : " eslint src --ext .ts --max-warnings 0" ,
1313 "lint:fix" : " eslint src --ext .ts --fix"
You can’t perform that action at this time.
0 commit comments