mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-29 10:35:51 -05:00
7 lines
No EOL
210 B
Batchfile
Executable file
7 lines
No EOL
210 B
Batchfile
Executable file
call print_dashed_seperator
|
|
call get_local_text npm_binstall npm binstall
|
|
echo %npm_binstall%
|
|
|
|
cd /D %~1
|
|
start /wait cmd /c "echo %npm_binstall% & bower cache clean & bower install"
|
|
cd /D %work_directory% |