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.
clean
dist/
1 parent 3ee6e78 commit f6a6734Copy full SHA for f6a6734
package.json
@@ -5,9 +5,10 @@
5
"author": "Mark <mark@remarkablemark.org>",
6
"main": "index.js",
7
"scripts": {
8
- "build": "NODE_ENV=development webpack index.js dist/html-react-parser.js",
+ "build-unmin": "NODE_ENV=development webpack index.js dist/html-react-parser.js",
9
"build-min": "NODE_ENV=production webpack -p index.js dist/html-react-parser.min.js",
10
- "prepublish": "npm run build && npm run build-min",
+ "clean": "rm -rf dist",
11
+ "prepublish": "npm run clean && npm run build-unmin && npm run build-min",
12
"test": "mocha",
13
"lint": "eslint index.js \"lib/**\" \"test/**\"",
14
"cover": "istanbul cover _mocha -- -R spec \"test/**/*\"",
0 commit comments