服务端打包

This commit is contained in:
2022-08-07 12:04:05 +08:00
parent a3f74471af
commit cca0958899
7 changed files with 8 additions and 15 deletions

6
build.sh Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
yarn
yarn production
php artisan config:cache
php artisan route:cache
php artisan view:cache