add make setup-test
Tests & Lint & Deploy to Railway / build (20.x, 8.2) (push) Has been cancelled Details

This commit is contained in:
aslan 2024-02-05 10:05:57 +03:00
parent 4c50cb0085
commit 28bdbe64dd
1 changed files with 9 additions and 0 deletions

View File

@ -15,6 +15,15 @@ setup:
npm run build
make ide-helper
setup-test:
composer install
php artisan key:gen --ansi
touch database/database.sqlite
php artisan migrate
php artisan db:seed
npm ci
npm run build
watch:
npm run watch