diff --git a/Makefile b/Makefile index 7321d1a..c9469bb 100644 --- a/Makefile +++ b/Makefile @@ -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