From 2309b16bd4bd3cd3e7e87a2c1ed4019db0a4c52e Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Mon, 4 Mar 2019 13:47:31 -0800 Subject: [PATCH] Remove watch script and use 'yarn watch' instead (#4277) --- scripts/watch.bat | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 scripts/watch.bat diff --git a/scripts/watch.bat b/scripts/watch.bat deleted file mode 100644 index 061b640cdf..0000000000 --- a/scripts/watch.bat +++ /dev/null @@ -1,4 +0,0 @@ -CALL gulp --max_old_space_size=2000 watch || goto :error -:error -echo Failed with error #%errorlevel% -exit /b %errorlevel%