Remove redundant yarn build command

This commit is contained in:
Joshua Boniface
2019-09-26 22:09:19 -04:00
parent 3b935d8fd0
commit 547a6121b0
13 changed files with 0 additions and 13 deletions

View File

@@ -17,7 +17,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