tenancy-docs/staging.sh
2019-10-15 21:00:10 +02:00

10 lines
No EOL
168 B
Bash
Executable file

set -e
npm install
npm run production
cd docs
composer install
npm install
npm run staging
mkdir -p ../dist/docs
cp -R build_staging/* ../dist/docs