Skip to content

Commit

Permalink
chore: add --skip-generate to avoid generating an already released cl…
Browse files Browse the repository at this point in the history
…ient (#6248)
  • Loading branch information
matthewmueller committed Mar 26, 2021
1 parent 94e7050 commit f710105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -65,7 +65,7 @@ Note for Windows: Use the latest version of [Git Bash](https://gitforwindows.org
3. `cd fixtures/blog`
4. `export DB_URL=YOUR_DATABASE_URL`
For this step you might find our [docker-compose setup](./src/docker) helpful
5. `npx prisma db push --preview-feature`
5. `npx prisma db push --preview-feature --skip-generate`
6. `ts-node main`

## Upgrading and debugging `DMMF`
Expand Down

0 comments on commit f710105

Please sign in to comment.