Skip to content

Commit

Permalink
Update readme with new run command
Browse files Browse the repository at this point in the history
  • Loading branch information
Telokis committed Jan 16, 2024
1 parent 8acd10b commit a736cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ Simply run `docker-compose up -d` at the root of the repository to get things st
Use the following command to rebuild and serve the server. This won't watch the files, you need to do it again when changing something:

```
npx nx run teloalapi:build && npx nx run teloalapi:serve
npx jmake generate-schemas && npx nx run teloalapi:build && npx nx run teloalapi:serve
```

0 comments on commit a736cb7

Please sign in to comment.