Files
azuredatastudio/scripts/watch.sh
2017-12-16 00:56:25 -08:00

3 lines
94 B
Bash
Executable File

#!/bin/bash
gulp --max_old_space_size=2000 watch || { echo 'gulp electron failed' ; exit 1; }