Skip to content

fix: correct multi-scene worlds deploy command#67

Open
decentraland-bot wants to merge 1 commit intomainfrom
fix/multi-scene-deploy-command
Open

fix: correct multi-scene worlds deploy command#67
decentraland-bot wants to merge 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

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.

1 participant