aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/pack
blob: f57473ad4340ae4e690d9070a8a78ed67c390890 (plain) (blame)
1
2
3
4
#!/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)"