tenancy-docs/deploy.sh
2019-09-18 16:22:36 +02:00

8 lines
No EOL
144 B
Bash
Executable file

set -e
npm run production
cd docs
composer install
npm install
npm run production
cp -R build_production/* ../dist/tenancy/docs