Remove watch script and use 'yarn watch' instead (#4277)

This commit is contained in:
Karl Burtram
2019-03-04 13:47:31 -08:00
committed by GitHub
parent c65af61a68
commit 2309b16bd4

View File

@@ -1,4 +0,0 @@
CALL gulp --max_old_space_size=2000 watch || goto :error
:error
echo Failed with error #%errorlevel%
exit /b %errorlevel%