Skip to content

Commit

Permalink
pkg: Add firefox:beta script
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhil committed Jun 15, 2021
1 parent 052f8fc commit fb73382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"firefox:dev": "web-ext -s dev run",
"firefox:lint": "web-ext -s dist lint",
"firefox:sign": "web-ext -s dist sign --api-key=$AMO_JWT_ISSUER --api-secret=$AMO_JWT_SECRET",
"firefox:beta": "pnpm run firefox:sign -- --channel=unlisted",
"lint": "pnpm run lint:js && pnpm run lint:styles",
"lint:js": "eslint --ignore-pattern '!.*.cjs' ./.*.cjs src/**/*.js src/**/*.svelte test/**/*.js",
"lint:styles": "stylelint src/**/*.{scss,svelte}",
Expand Down

0 comments on commit fb73382

Please sign in to comment.