Skip to content

Commit 3b01f32

Browse files
ci: Update zip script to include popup.html in extension archive
1 parent a53ba8b commit 3b01f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"test": "jest",
55
"format": "prettier --write .",
66
"format:check": "prettier --check .",
7-
"zip": "npm run build && zip -r chrome-extension.zip dist/* icons/* manifest.json"
7+
"zip": "npm run build && zip -r chrome-extension.zip popup.html dist/* icons/* manifest.json"
88
},
99
"devDependencies": {
1010
"@babel/core": "^7.22.5",

0 commit comments

Comments
 (0)