urbit-browser-manager/justfile
ronreg-ribdev 38ff3ee4de Add yarn, just scripts to build extension
This requires some extra manual copying because parcel doesn't yet
understand the manifest format. The as-yet-open pull request
https://github.com/parcel-bundler/parcel/pull/4313 seems like it
should handle this.
2021-01-02 23:39:54 -08:00

12 lines
269 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/src/icons/ extension/dist/
cp extension/src/manifest.json extension/dist/