tenancy-docs/build.sh
Samuel Štancl f8f354c323 3.x redesign
2020-06-08 21:20:15 +02:00

12 lines
No EOL
211 B
Bash
Executable file

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