fix: script for building the extension

This commit is contained in:
Hank Stoever
2020-11-02 07:57:54 -08:00
parent ffebb16308
commit 128ffa28d4
2 changed files with 14 additions and 0 deletions

View File

@@ -21,3 +21,8 @@ The first time you setup a development environment for this repository, follow t
- `packages/app` which is the auth app, running at localhost:8080
For development instructions of specific packages, see the `README` in each package folder.
## Building browser extensions
1. From the root of this repository, in the command line, run `sh build-ext.sh`
2. The extension will be packaged as `extension.zip` inside this folder.