Skip to content

Commit 339c969

Browse files
Batch file change not to require global gulp dependency anymore
1 parent 2fe5200 commit 339c969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

import.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
:: CHANGE THIS PATH TO YOUR CACHÉ INSTALLATION PATH ON WINDOWS
55
set CACHE_DIR=C:\Program Files\InterSystems\Cache20162
66

7-
gulp & echo w "OK:"_$system.OBJ.ImportDir("%~dp0build\cache",,"ck") halt | "%CACHE_DIR%\bin\cache.exe" -s "%CACHE_DIR%\mgr" -U SAMPLES
7+
npm run gulp & echo w "OK:"_$system.OBJ.ImportDir("%~dp0build\cache",,"ck") halt | "%CACHE_DIR%\bin\cache.exe" -s "%CACHE_DIR%\mgr" -U SAMPLES

0 commit comments

Comments
 (0)