Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukavdplas committed Aug 6, 2024
1 parent 5bca257 commit 668e2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ One notable change from the development workflow in other applications is code g

While you have a backend development server running, run `yarn codegen` in a separate terminal. This process will watch the frontend and backend for changes to keep generated types up to date.

(For CI, we also use `yarn codegen-once`. This will start a backend server, run code generation once, and exit.)
(Alternatively, you can use `yarn codegen-once`. This will start a backend server, run code generation once, and close the server. This command only works on UNIX-based systems. Not that this does not work if a backend server is already running.)

### Recommended order of development

Expand Down

0 comments on commit 668e2b3

Please sign in to comment.