mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
3 lines
94 B
Bash
3 lines
94 B
Bash
#!/bin/bash
|
|
gulp --max_old_space_size=2000 watch || { echo 'gulp electron failed' ; exit 1; }
|