Skip to content

Commit

Permalink
Step 1.4: Change serve npm script to use nodemon
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Aug 29, 2018
1 parent e4a4b69 commit 44dbaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
},
"private": true,
"scripts": {
"serve": "node server.js"
"serve": "nodemon server.js"
},
"dependencies": {
"hapi": "^16.0.1"
Expand Down

0 comments on commit 44dbaa0

Please sign in to comment.