Skip to content

Commit 14bb0ba

Browse files
committed
add yarn build
1 parent 4da837b commit 14bb0ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "draft-js-example",
33
"version": "0.0.1",
44
"scripts": {
5-
"start": "webpack-dev-server --port 3000 --inline --hot --config ./webpack.config"
5+
"start": "webpack-dev-server --port 3000 --inline --hot --config ./webpack.config",
6+
"build": "webpack"
67
},
78
"devDependencies": {
89
"babel-core": "^6.7.6",

0 commit comments

Comments
 (0)