We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deployPercentage
reviewExemption
1 parent f59eef9 commit e454722Copy full SHA for e454722
src/chrome/chrome-web-store.ts
@@ -51,6 +51,8 @@ export class ChromeWebStore implements Store {
51
extensionId: this.options.extensionId,
52
publishTarget: this.options.publishTarget,
53
token,
54
+ deployPercentage: this.options.deployPercentage,
55
+ reviewExemption: this.options.reviewExemption,
56
});
57
}
58
0 commit comments