703a0cd630
don't need this layer of indirection
12 lines
261 B
Makefile
12 lines
261 B
Makefile
|
|
copy-to-pier:
|
|
cp -r gall-app/urbit/* $PIER
|
|
|
|
build-javascript:
|
|
yarn --cwd gall-app run build-development
|
|
|
|
build-extension:
|
|
yarn --cwd extension run build-dist
|
|
cp -r extension/icons/ extension/dist/
|
|
cp extension/manifest.json extension/dist/
|