Skip to content

Commit

Permalink
Merge pull request #98 from complexdatacollective/fix/remove-migrations
Browse files Browse the repository at this point in the history
Remove prisma migration to temporarily fix deployments
  • Loading branch information
buckhalt authored Apr 2, 2024
2 parents 366037f + 03b77af commit bb101d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 169 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"ts-lint": "SKIP_ENV_VALIDATION=true tsc --noEmit --incremental --watch",
"start": "next start",
"db-seed": "cross-env NODE_ENV=development prisma db seed",
"test": "jest --watch",
"vercel-build": "prisma generate && prisma migrate deploy && next build"
"test": "jest --watch"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
Expand Down
167 changes: 0 additions & 167 deletions prisma/migrations/0_init/migration.sql

This file was deleted.

0 comments on commit bb101d8

Please sign in to comment.