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.
1 parent a53ba8b commit 3b01f32Copy full SHA for 3b01f32
package.json
@@ -4,7 +4,7 @@
4
"test": "jest",
5
"format": "prettier --write .",
6
"format:check": "prettier --check .",
7
- "zip": "npm run build && zip -r chrome-extension.zip dist/* icons/* manifest.json"
+ "zip": "npm run build && zip -r chrome-extension.zip popup.html dist/* icons/* manifest.json"
8
},
9
"devDependencies": {
10
"@babel/core": "^7.22.5",
0 commit comments