Add macOS release step

This commit is contained in:
Anmol Sethi
2020-02-14 20:03:54 -05:00
parent 4aa15401c3
commit 61d1af0413
8 changed files with 450 additions and 435 deletions

View File

@@ -10,7 +10,7 @@
"test": "mocha -r ts-node/register ./test/*.test.ts",
"lint": "ci/lint.sh",
"fmt": "ci/fmt.sh",
"runner": "cd ./scripts && NODE_OPTIONS=--max_old_space_size=32384 ts-node ./build.ts",
"runner": "cd ./ci && NODE_OPTIONS=--max_old_space_size=32384 ts-node ./build.ts",
"build": "yarn runner build",
"watch": "yarn runner watch",
"binary": "yarn runner binary",