Skip to content

Commit

Permalink
Update publishing.md (#312)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Earnshaw <[email protected]>
  • Loading branch information
nearnshaw authored Jan 9, 2024
1 parent e4db8ca commit 6891c66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/creator/sdk7/publishing/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ Make sure you've [installed the Decentraland editor]({{< ref "/content/creator/s
**💡 Tip**: `npm run deploy` runs a `npm run build`, which checks the scene for type errors more strictly than running `npm run start`. If these errors can't be avoided (eg: they happen in an external library) and they don't impact the scene, you can use `npm run deploy --skip-build` to skip the `npm run build` step and deploy the scene as it is.
{{< /hint >}}


When publishing to a [Decentraland World]({{< ref "/content/creator/worlds/about.md" >}}) , use the following command instead:

`npm run deploy -- --target-content https://worlds-content-server.decentraland.org`


## Publish from a hardware wallet

Instead of storing your LAND tokens in a Metamask account, you may find it more secure to store them in a hardware wallet device, such as a [Ledger](https://www.ledger.com/) or a [Trezor](https://trezor.io/), that's physically plugged in to your computer.
Expand Down

0 comments on commit 6891c66

Please sign in to comment.