7 lines
113 B
Makefile
7 lines
113 B
Makefile
|
|
copy-to-pier:
|
|
cp -r gall-app/urbit/* $PIER
|
|
|
|
build-javascript:
|
|
yarn --cwd gall-app run build-development
|