Skip to content

Commit e454722

Browse files
authored
fix(cws): Properly provide the deployPercentage and reviewExemption options (#37)
1 parent f59eef9 commit e454722

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/chrome/chrome-web-store.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ export class ChromeWebStore implements Store {
5151
extensionId: this.options.extensionId,
5252
publishTarget: this.options.publishTarget,
5353
token,
54+
deployPercentage: this.options.deployPercentage,
55+
reviewExemption: this.options.reviewExemption,
5456
});
5557
}
5658

0 commit comments

Comments
 (0)