microsoft / pxt

Microsoft MakeCode (PXT - Programming eXperience Toolkit)
https://makecode.com
MIT License
2.07k stars 579 forks source link

pxt cli: `uploadtrg` does not work with webapps #9699

Closed eanders-ms closed 11 months ago

eanders-ms commented 11 months ago

For instance: running pxt uploadtrg --rebundle in the pxt-arcade folder will publish the main editor to a test target, but not kiosk, multiplayer, etc.

jwunderl commented 11 months ago

I did an uploadtrg earlier to double check multiplayer loc change and it seemed to work fine, never tried --rebundle on an uploadtrg though / didn't realize it was an option. (Or, possibly an issue with only running gulp --no-webapps or something similar? I had run a full gulp just before uploadtrg ing as well)

eanders-ms commented 11 months ago

Oh it was user error. I needed to rerun gulp :/. Thanks.