Skip to content

Commit 8047d23

Browse files
committed
update add build:demo script
1 parent 103232d commit 8047d23

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

demo/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="UTF-8" />
6-
<title>Document</title>
6+
<title>react-deep-match demo</title>
77
</head>
88

99
<body>

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"build": "webpack --define process.env.NODE_ENV=\"'production'\"",
99
"build:dist": "webpack -p --output-path=\"./dist\"",
1010
"prepublish": "npm run build",
11-
"start": "webpack-dev-server --config ./demo/webpack.config.js"
11+
"start": "webpack-dev-server --config ./demo/webpack.config.js",
12+
"build:demo": "webpack -p --output-path=\"./dist\""
1213
},
1314
"keywords": [
1415
"react-deep-match",
@@ -44,4 +45,4 @@
4445
"dependencies": {
4546
"lodash": "^4.17.4"
4647
}
47-
}
48+
}

0 commit comments

Comments
 (0)