Skip to content

Commit c68a468

Browse files
committed
docs(frontend): add note about deploy script including build
1 parent a9a5688 commit c68a468

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

apps/frontend/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,14 @@
3636

3737
Check the [Nuxt documentation](https://nuxt.com/) to learn more.
3838

39-
## Setup
40-
4139
## Development Server
4240

4341
Please refer to monorepo root [README](../../README.md)
4442

4543
## Production
4644

4745
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
46+
47+
## Notes
48+
49+
The `deploy` script does not depends on `build` (look [HERE](./turbo.json)), so, the `deploy` script should includes the build command for CI.

0 commit comments

Comments
 (0)