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 d5b2386 commit f7631d3Copy full SHA for f7631d3
package.json
@@ -6,7 +6,8 @@
6
"main": "./src/server.js",
7
"scripts": {
8
"build": "webpack",
9
- "prepublish": "npm run build",
+ "zip": "zip -r dist/crx.zip crx",
10
+ "prepublish": "npm run build && npm run zip",
11
"test": "jest",
12
"test:coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls"
13
},
0 commit comments