Skip to content

Commit

Permalink
Fix deployment steps in README
Browse files Browse the repository at this point in the history
  • Loading branch information
svenseeberg committed Nov 21, 2024
1 parent d390ae4 commit eb91c3e
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 @@ -71,7 +71,7 @@ $ yarn dev
### Deploy

```bash
$ yarn && yarn build && yarn predeploy && yarn start
$ yarn && yarn pg:build && yarn build && yarn predeploy && yarn start
```

- [How to Ship](./docs/deployment.md)
Expand Down

0 comments on commit eb91c3e

Please sign in to comment.