freestyle-sandboxes 0.0.42 → 0.0.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -220,6 +220,9 @@ ${JSON.stringify(
220
220
  * Deploy a Web project to a sandbox.
221
221
  */
222
222
  async deployWeb(source, config) {
223
+ if (Array.isArray(config.build?.command)) {
224
+ config.build.command = config.build.command.join(" && ");
225
+ }
223
226
  const response = await handleDeployWebV2({
224
227
  client: this.client,
225
228
  body: {