mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-01 16:05:25 -05:00
7 lines
No EOL
168 B
Batchfile
Executable file
7 lines
No EOL
168 B
Batchfile
Executable file
call print_dashed_seperator
|
|
call get_local_text npm_npm npm npm
|
|
echo %npm_npm%
|
|
|
|
cd /D %~1
|
|
start /wait cmd /c "echo %npm_npm% & npm install"
|
|
cd /D %work_directory% |