Skip to content

Commit

Permalink
feat(demo): setting up commands to start demo server when deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
David Atchley committed Apr 27, 2017
1 parent 79def06 commit c81cc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"coverage": "babel-istanbul report lcovonly && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"prepublish": "npm run lint && npm run test && npm run clean && npm run build && npm run build:umd",
"release": "standard-version",
"start": "cd examples/simple && npm start"
"start": "cd examples/simple && npm install && npm start"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c81cc03

Please sign in to comment.