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

9 lines
No EOL
148 B
Bash
Executable file

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