mirror of
https://github.com/opdavies/versa.git
synced 2025-01-22 11:37:33 +00:00
Oliver Davies
4ebfd9333a
Use the `AsCommand` annotation to automatically register commands as services and automatically add them to `./bin/console` instead of adding them manually.
12 lines
313 B
Makefile
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
|