This commit is contained in:
aslan 2024-02-10 15:01:57 +03:00
parent 559d925c51
commit afebc7ea6c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ setup-test:
cp -n .env.example .env
php artisan key:gen --ansi
touch database/database.sqlite
php artisan migrate
php artisan migrate:refresh
php artisan db:seed
npm ci
npm run build