versa/justfile
Oliver Davies 4ebfd9333a Use annotations and autoconfiguration
Use the `AsCommand` annotation to automatically register commands as
services and automatically add them to `./bin/console` instead of adding
them manually.
2024-02-26 21:10:56 +00:00

12 lines
313 B
Makefile

_default:
just --list
build:
# TODO: create a Nix derivation and add it to the Nix store instead of copying the phar to my Home directory.
composer dump-env prod
./bin/console cache:clear
./bin/console cache:warmup
./vendor/bin/box compile
rm .env.local.php
cp dist/versa ~/versa