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

11 lines
No EOL
177 B
Bash
Executable file

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