mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Fix deploy.sh
This commit is contained in:
parent
822e70189e
commit
edb98deefc
75 changed files with 23395 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
set -e
|
||||
|
||||
npm install
|
||||
npm run production
|
||||
cd docs
|
||||
composer install
|
||||
npm install
|
||||
npm run production
|
||||
cp -R build_production/* ../dist/tenancy/docs
|
||||
cp -R build_production/* ../dist/docs
|
||||
Loading…
Add table
Add a link
Reference in a new issue