Add justfile

This commit is contained in:
ronreg-ribdev 2020-11-29 22:53:07 -08:00
parent ebc74f20cc
commit e413433f01
2 changed files with 7 additions and 0 deletions

1
.env Normal file
View File

@ -0,0 +1 @@
PIER="../zod/home"

6
justfile Normal file
View File

@ -0,0 +1,6 @@
copy-to-pier:
cp -r gall-app/urbit/* $PIER
build-javascript:
yarn --cwd gall-app run build