Update just build
This commit is contained in:
parent
f184bd404b
commit
4ebc156137
1 changed files with 3 additions and 1 deletions
2
justfile
2
justfile
|
@ -2,4 +2,6 @@ _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.
|
||||
./vendor/bin/box compile
|
||||
cp dist/versa ~/versa
|
||||
|
|
Reference in a new issue