mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
10 lines
No EOL
168 B
Bash
Executable file
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 |