2022-08-07 12:04:16 +08:00

7 lines
113 B
Bash

#!/usr/bin/env bash
yarn
yarn production
php artisan config:cache
php artisan route:cache
php artisan view:cache