Fix deploy.sh

This commit is contained in:
Samuel Štancl 2019-09-18 16:33:16 +02:00
parent 822e70189e
commit edb98deefc
75 changed files with 23395 additions and 1 deletions

View file

@ -1,8 +1,9 @@
set -e
npm install
npm run production
cd docs
composer install
npm install
npm run production
cp -R build_production/* ../dist/tenancy/docs
cp -R build_production/* ../dist/docs