We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deploy
1 parent a9a5688 commit c68a468Copy full SHA for c68a468
1 file changed
apps/frontend/README.md
@@ -36,12 +36,14 @@
36
37
Check the [Nuxt documentation](https://nuxt.com/) to learn more.
38
39
-## Setup
40
-
41
## Development Server
42
43
Please refer to monorepo root [README](../../README.md)
44
45
## Production
46
47
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
+
+## 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