Skip to content

Commit

Permalink
Add run-example script
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesvangruisen committed Jul 23, 2017
1 parent a39ef15 commit 84f76ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"description": "A safety net for your React components",
"main": "dist/try-component.js",
"scripts": {
"start": "webpack-dev-server --progress --colors --watch",
"bundle": "webpack --progress --colors"
"start": "node_modules/.bin/webpack-dev-server --progress --colors --watch",
"run-example": "node_modules/.bin/webpack-dev-server --config example/webpack.config.js --content-base example",
"bundle": "node_modules/.bin/webpack --progress --colors"
},
"author": "Giles Van Gruisen <[email protected]> (http://github.com/gilesvangruisen)",
"license": "MIT",
Expand Down

0 comments on commit 84f76ce

Please sign in to comment.