Skip to content

Commit

Permalink
add script presign
Browse files Browse the repository at this point in the history
  • Loading branch information
und3fined committed Jan 27, 2023
1 parent 277030e commit a7dd457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"preversion": "yarn build",
"postversion": "npm run manifest --scripts-prepend-node-path && npm run git:exec --scripts-prepend-node-path",
"xpi:build": "web-ext build --overwrite-dest",
"xpi:sign": "web-ext sign --channel=unlisted --api-key=$AMO_JWT_ISSUER --api-secret=$AMO_JWT_SECRET --id=\"{b5ff5c8d-d1cd-49f5-aba0-b505264062b5}\""
"xpi:presign": "web-ext sign --channel=unlisted --api-key=$AMO_JWT_ISSUER --api-secret=$AMO_JWT_SECRET --id=\"{b5ff5c8d-d1cd-49f5-aba0-b505264062b5}\"",
"xpi:sign": "web-ext sign --api-key=$AMO_JWT_ISSUER --api-secret=$AMO_JWT_SECRET --id=\"{b5ff5c8d-d1cd-49f5-aba0-b505264062b5}\""
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
Expand Down

0 comments on commit a7dd457

Please sign in to comment.