UNPKG

pxt-core-own

Version:

Microsoft MakeCode, also known as Programming Experience Toolkit (PXT), provides Blocks / JavaScript tools and editors

27 lines (17 loc) 485 B
# Extension Release Tests These release tests apply to an editor that supports GitHub extensions. ## All approved extensions compile * Open a command prompt with Git and pxt CLI installed * Run the following command: ``` pxt testghpkgs ``` If you get throttled: * Login with your PXT token from https://makecode.com/oauth/get-token by setting the following environment variable: ``` set PXT_ACCESS_TOKEN=<token> ``` * Login with a GitHub token: ``` pxt login github TOKEN ```