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

@@ -3,11 +3,6 @@
set -euo pipefail
main() {
if [[ ${CI-} ]]; then
cd "$(dirname "$0")/.."
./ci/vscode.sh
fi
shfmt -i 2 -w -s -sr $(git ls-files "*.sh")
local prettierExts