#!/usr/bin/env zsh # Packs the built extension from the `build` directory, assumes everything's already built set -eax pnpm web-ext build -s build -a artifacts -o -n "$(jq -r '.name + "-" + .version + "-unsigned.zip"' manifest.json)"