Skip to content

Commit

Permalink
Reword mention of pnpm commands
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Aug 11, 2024
1 parent 7093c85 commit f8b1084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ The command line output will also include a localhost URL you can visit in your

Make sure you don't already have a copy of the application running or the command will silently fail.

You may need to run `pnpm graphql-codegen` in the `frontend` directory to update the code generated from the SMR API,
Although `wails dev` should run these commands for you under normal circumstances,
you may need to run `pnpm graphql-codegen` in the `frontend` directory to update the code generated from the SMR API,
or run `pnpm translations` to update the translation data.

### Building
Expand Down

0 comments on commit f8b1084

Please sign in to comment.