Skip to content

Commit

Permalink
Add prisma setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
dac09 committed Aug 5, 2024
1 parent 7d157ae commit 40f0011
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/uploads/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"build:types-cjs": "tsc --build --verbose tsconfig.types-cjs.json",
"check:attw": "tsx attw.ts",
"check:package": "concurrently npm:check:attw yarn publint",
"test": "vitest run",
"setup:test": "npx prisma migrate reset -f --schema src/__tests__/unit-test-schema.prisma",
"test": "yarn run setup:test && vitest run",
"test:watch": "vitest watch"
},
"dependencies": {
Expand Down

0 comments on commit 40f0011

Please sign in to comment.