mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-05 14:00:41 -05:00
docs(devops): correct build command for updates (#49646)
This commit is contained in:
committed by
GitHub
parent
194ea36103
commit
fe4de8dfe6
@@ -529,7 +529,7 @@ pnpm install
|
||||
3. Build the server
|
||||
|
||||
```console
|
||||
pnpm create:config && pnpm build:curriculum && pnpm build:server
|
||||
pnpm prebuild && pnpm build:curriculum && pnpm build:server
|
||||
```
|
||||
|
||||
4. Start Instances
|
||||
|
||||
Reference in New Issue
Block a user