mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
5
scripts/build.sh
Normal file
5
scripts/build.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
gulp --max_old_space_size=8196 electron || { echo 'gulp electron failed' ; exit 1; }
|
||||
./scripts/test.sh || { echo 'Tests failed' ; exit 1; }
|
||||
gulp --max_old_space_size=8196 optimize-vscode || { echo 'gulp optimize vscode failed' ; exit 1; }
|
||||
Reference in New Issue
Block a user