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 6495a8e commit 22453d0Copy full SHA for 22453d0
package.json
@@ -7,6 +7,7 @@
7
"scripts": {
8
"build": "NODE_ENV=development webpack index.js dist/html-to-react.js",
9
"build-min": "NODE_ENV=production webpack -p index.js dist/html-to-react.min.js",
10
+ "prepublish": "npm run build && npm run build-min",
11
"test": "mocha",
12
"lint": "eslint index.js \"lib/**\" \"test/**\"",
13
"cover": "istanbul cover _mocha -- -R spec \"test/**/*\"",
0 commit comments