tenancy-docs/build.sh
Samuel Štancl 2530f17bc2 Fix build.sh
2019-09-21 16:50:55 +02:00

10 lines
No EOL
174 B
Bash
Executable file

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