@@ -19,7 +19,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
@@ -20,7 +20,6 @@ if [[ -n ${web_branch} ]]; then
@@ -17,7 +17,6 @@ if [[ -n ${web_branch} ]]; then
@@ -23,7 +23,6 @@ if [[ -n ${web_branch} ]]; then