Skip to content

fix: correct multi-scene worlds deploy command#67

Merged
nearnshaw merged 1 commit intomainfrom
fix/multi-scene-deploy-command
Apr 14, 2026
Merged

fix: correct multi-scene worlds deploy command#67
nearnshaw merged 1 commit intomainfrom
fix/multi-scene-deploy-command

Conversation

@decentraland-bot
Copy link
Copy Markdown

Summary

  • Fix incorrect npm run deploy command for multi-scene worlds deployment
  • The command was missing -- before the --multi-scene flag, which is required to pass arguments through npm run to the underlying script

Changes

creator/sdk7/publishing/publishing.md

  • Before: npm run deploy -multi-scene --target-content https://worlds-content-server.decentraland.org
  • After: npm run deploy -- --multi-scene --target-content https://worlds-content-server.decentraland.org

🤖 Created via Slack with Claude
Requested by Alejandro Picazo via Slack

@nearnshaw nearnshaw merged commit 0fba4ce into main Apr 14, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants