Skip to content

Commit

Permalink
Update instructions with build step
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh0 committed Jun 13, 2024
1 parent cfff99e commit eeffb1b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/codegen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ Steps:
yarn
```
* Run build:
```bash
yarn build
```
* In the config file (`environments/local.toml`):
* Update the state checkpoint settings.
Expand Down
6 changes: 6 additions & 0 deletions packages/codegen/src/templates/readme-template.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
yarn
```

* Run build:

```bash
yarn build
```

* Create a postgres12 database for the watcher:

```bash
Expand Down

0 comments on commit eeffb1b

Please sign in to comment.