mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-25 06:10:30 -04:00
4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
yarn gulp vscode-darwin-min
|
|
yarn gulp upload-vscode-sourcemaps |