You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`make start`| Dev server at localhost:3000 (released versions only) |
70
69
|`make start-next`| Dev server including unreleased "next" docs |
71
70
|`make build`| Full production build |
@@ -77,7 +76,7 @@ make start CONTAINERIZED=true
77
76
78
77
All commands support `CONTAINERIZED=true` for Docker-based builds (e.g., `make build CONTAINERIZED=true`).
79
78
80
-
> **Note:** When switching between native and containerized builds, the `init` target automatically detects the change and runs `manual-clean` for you.
79
+
> **Note:**Dependencies are installed automatically when you run any build or start command. When switching between native and containerized builds, the build system detects the change and runs `manual-clean` for you.
0 commit comments