Update just build
This commit is contained in:
parent
f184bd404b
commit
4ebc156137
1 changed files with 3 additions and 1 deletions
4
justfile
4
justfile
|
@ -2,4 +2,6 @@ _default:
|
||||||
just --list
|
just --list
|
||||||
|
|
||||||
build:
|
build:
|
||||||
./vendor/bin/box compile
|
# 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