Skip to content

Commit c73314b

Browse files
author
andreas
committed
add dist to git
1 parent 83dc02f commit c73314b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
npm-debug.log
22
.idea
33
node_modules
4-
dist/
54
coverage/
6-
lib/
5+
lib/

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"test": "karma start --single-run",
1111
"test:watch": "karma start",
1212
"lint": "eslint src test demo/src",
13+
"prepare": "npm run build",
1314
"build": "npm run build:lib && npm run build:umd && npm run build:umd:min",
1415
"build:lib": "rimraf lib && babel ./src -d lib",
1516
"build:umd": "webpack src/index.js dist/react-html-parser.js --config webpack.config.development.js",

0 commit comments

Comments
 (0)