Attainly/justfile

7 lines
114 B
Makefile

set shell := ["bash", "-c"]
default:
@just --list
fresh:
cd backend && php artisan migrate:fresh --seed