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