Revert "yarn build" as it is fixed in master, fix typo

This commit is contained in:
Vasily
2019-10-14 13:15:41 +03:00
parent 3132280b07
commit adccc18298
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ if [[ -n ${web_branch} ]]; then
checkout -b origin/${web_branch}
fi
yarn install
yarn build
mkdir -p ${web_target}
mv dist/* ${web_target}/
popd