docs(devops): correct build command for updates (#49646)

This commit is contained in:
Oliver Eyton-Williams 2023-03-10 08:19:50 +01:00 committed by GitHub
parent 194ea36103
commit fe4de8dfe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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