To build the source, you'll need a working copy of Node and Yarn. After running yarn install
, the Yarn commands to build are as follows:
yarn watch
will compile the sources into an unpacked extension in thebuild/
directory and watch for changes (useful for development);yarn build
compiles as above without watching; andyarn dist
builds a ZIP with the current version number in thedist/
directory.