File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "build" : " tsc" ,
99 "start" : " node dist/index.js" ,
1010 "lint" : " eslint . --ext .ts" ,
11- "test" : " jest"
11+ "test" : " jest --passWithNoTests "
1212 },
1313 "dependencies" : {
1414 "@prisma/client" : " ^5.7.0" ,
Original file line number Diff line number Diff line change 66 "dev" : " next dev" ,
77 "build" : " next build" ,
88 "start" : " next start" ,
9- "lint" : " next lint"
9+ "lint" : " next lint" ,
10+ "test" : " jest --passWithNoTests"
1011 },
1112 "dependencies" : {
1213 "react" : " ^18" ,
Original file line number Diff line number Diff line change 88 "build" : " tsc" ,
99 "dev" : " tsc --watch" ,
1010 "lint" : " eslint . --ext .ts" ,
11- "test" : " jest"
11+ "test" : " jest --passWithNoTests "
1212 },
1313 "dependencies" : {
1414 "@studysync/database" : " *" ,
Original file line number Diff line number Diff line change 77 "scripts" : {
88 "build" : " tsc" ,
99 "lint" : " eslint . --ext .ts" ,
10+ "test" : " jest --passWithNoTests" ,
1011 "db:generate" : " prisma generate" ,
1112 "db:migrate" : " prisma migrate dev" ,
1213 "db:push" : " prisma db push" ,
You can’t perform that action at this time.
0 commit comments