microsoft / pxt-mkc

Command line tool for MakeCode editors
https://microsoft.github.io/pxt-mkc/
MIT License
11 stars 6 forks source link

After bump, ping cloud to refresh caches #4

Closed pelikhan closed 3 years ago

pelikhan commented 3 years ago

In the client we do,

            await pxt.github.listRefsAsync(parsed.slug, "tags", true, true);
mmoskal commented 3 years ago

doesn't this work for you https://github.com/microsoft/pxt-mkc/blob/master/src/bump.ts#L139 ? it should be automatic.

pelikhan commented 3 years ago

Ooops my ad. You already covered this!