38ff3ee4de
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.
12 lines
269 B
Makefile
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/
|