Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #243 from gnosis/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
giacomolicari authored Apr 1, 2019
2 parents 1b22b17 + 3a087fa commit 3ce2f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare_deploy_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi

if [[ ${DIST} == "web" ]] && [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
# Copy package.json into the web project, it's required to load the APP version on the UI
npm run build-libs-web && npm run copy-package;
cd dapp/ && npm run build-libs-web && npm run copy-package;
fi

echo "=== PREPARE DEPLOY DONE ==="

0 comments on commit 3ce2f1a

Please sign in to comment.