Skip to content

Commit

Permalink
docs: Correct command in reproduction instructions (#16043)
Browse files Browse the repository at this point in the history
`cd` is already a part of command before it

[skip ci]
  • Loading branch information
SevInf committed Oct 31, 2022
1 parent 774ab27 commit ab23f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -76,7 +76,7 @@ cd reproductions
# Copy a template from the reproduction folder
cp -r basic-sqlite my-repro && cd my-repro
# Install dependencies
cd my-repro && pnpm install
pnpm install
# Ensure that the db and the schema are synced
pnpm dbpush
# Do some code changes, always re-generate the client, then try it out
Expand Down

0 comments on commit ab23f0f

Please sign in to comment.