Skip to content

Commit 4dc21f3

Browse files
committed
build: set webext timeout to 0
1 parent 50a2c62 commit 4dc21f3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@
3333
"plugins": [
3434
"@semantic-release/commit-analyzer",
3535
"@semantic-release/release-notes-generator",
36-
"semantic-release-web-ext",
36+
[
37+
"semantic-release-web-ext",
38+
{
39+
"validationTimeout": 0,
40+
"approvalTimeout": 0
41+
}
42+
],
3743
[
3844
"semantic-release-chrome",
3945
{

0 commit comments

Comments
 (0)