Install server deps before build in prebuild

This commit is contained in:
Shantur Rathore
2025-11-27 20:29:08 +00:00
parent f16e244265
commit ae288833e1

View File

@@ -188,8 +188,8 @@ function copyUiLoadingAssets() {
ensureServerDevDependencies()
ensureUiDevDependencies()
ensureRollupPlatformBinary()
ensureServerDependencies()
ensureServerBuild()
ensureUiBuild()
ensureServerDependencies()
copyServerArtifacts()
copyUiLoadingAssets()