Skip to content

Commit

Permalink
BUGFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Jae-Yoon Chung committed Apr 22, 2019
1 parent 92c9e0e commit b6a4bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"build": "browserify src/index.js -t babelify --outfile dist/index.js -dv",
"watch": "mkdirp dist && watchify src/index.js -t babelify --outfile dist/index.js -dv",
"live-server": "\"live-server --watch=./dist/index.js,./index.html\"",
"start": "npm-run-all watch live-server"
"live-server": "live-server --watch=./dist/index.js,./index.html",
"start": "npm-run-all --parallel watch live-server"
},
"repository": "",
"author": "Michael Jae-Yoon Chung",
Expand Down

0 comments on commit b6a4bd3

Please sign in to comment.