13 lines
154 B
Batchfile
13 lines
154 B
Batchfile
|
|
git clone https://bitbucket.org/%1/i399 .\.tmp
|
|
|
|
cd .\.tmp
|
|
|
|
git checkout %2
|
|
|
|
if %errorlevel% neq 0 exit /b %errorlevel%
|
|
|
|
call npm install
|
|
|
|
call npm start
|