Archived
1
0

Fixes for CI from @code-asher's review

This commit is contained in:
Anmol Sethi
2020-05-08 16:31:42 -04:00
parent 231e31656a
commit 7c7f62d3f3
8 changed files with 43 additions and 20 deletions

View File

@ -41,5 +41,7 @@ yarn vscode
yarn build
yarn build:vscode
yarn release
node ./release # Run the built JavaScript with Node.
cd release
yarn --production
node . # Run the built JavaScript with Node.
```