versa/justfile

12 lines
313 B
Makefile
Raw Permalink Normal View History

2024-02-19 08:00:00 +00:00
_default:
just --list
build:
2024-02-22 00:38:31 +00:00
# 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
2024-02-22 00:38:31 +00:00
./vendor/bin/box compile
rm .env.local.php
2024-02-22 00:38:31 +00:00
cp dist/versa ~/versa