Skip to content

Commit

Permalink
fix(deploy): remove ChromeWebStore 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed Sep 3, 2022
1 parent 27ca7ad commit 3b28c04
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions deploy/index.ts
Expand Up @@ -23,14 +23,10 @@ class Deployer {
private init() {
// 打包
if (this.options.package) {
new Package(process.env.CRX_PRIVATE_KEY).start().then(file => {
this.publish(file);
});
new Package(process.env.CRX_PRIVATE_KEY).start().then(file => {});
} else if (this.options.zip) {
new Package().zip();
} else {
this.publish();
}
} else {}
}

/**
Expand Down

0 comments on commit 3b28c04

Please sign in to comment.