fixed checkout scripts
This commit is contained in:
@@ -41,6 +41,8 @@ cd %SUB_DIR%
|
||||
|
||||
call npm install
|
||||
|
||||
call npm run build
|
||||
if "%TAG%" == "hw4" (
|
||||
call npm run build
|
||||
)
|
||||
|
||||
call npm start
|
||||
|
||||
@@ -31,5 +31,5 @@ git clone https://bitbucket.org/${USER}/i399 $TMP
|
||||
git checkout ${TAG} && \
|
||||
cd "${SUB_DIR}" && \
|
||||
npm install && \
|
||||
npm run build && \
|
||||
if [ ${TAG} == "hw4" ]; then npm run build; fi && \
|
||||
npm start)
|
||||
|
||||
Reference in New Issue
Block a user