Skip to content

Commit

Permalink
add zip script
Browse files Browse the repository at this point in the history
  • Loading branch information
chinesedfan committed May 26, 2018
1 parent d5b2386 commit f7631d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"main": "./src/server.js",
"scripts": {
"build": "webpack",
"prepublish": "npm run build",
"zip": "zip -r dist/crx.zip crx",
"prepublish": "npm run build && npm run zip",
"test": "jest",
"test:coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls"
},
Expand Down

0 comments on commit f7631d3

Please sign in to comment.