Skip to content

Commit 67c708b

Browse files
committed
docs(contributing): add step for generating the client with --sql
1 parent c3597ae commit 67c708b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CONTRIBUTING.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,14 @@ cp .env.example .env
5252
# Install deps
5353
npm install
5454
55-
# setup database
56-
npx prisma migrate reset --force
55+
# Run the build
56+
npm run build
57+
58+
# setup the database
59+
npx prisma migrate deploy
60+
61+
# generate the prisma client
62+
npx prisma generate --sql
5763
5864
# Install playwright browsers
5965
npm run test:e2e:install

0 commit comments

Comments
 (0)