Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #78 from probot/nodemon-config
Browse files Browse the repository at this point in the history
Watch .env with nodemon
  • Loading branch information
bkeepers authored Aug 10, 2018
2 parents a07e412 + f342194 commit 2394a14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"probot-app"
],
"scripts": {
"dev": "nodemon --exec \"npm start\"",
"dev": "nodemon",
"start": "probot run ./index.js",
"lint": "standard --fix",
"test": "jest && standard",
Expand All @@ -35,5 +35,9 @@
"env": [
"jest"
]
},
"nodemonConfig": {
"exec": "npm start",
"watch": [".env", "."]
}
}

0 comments on commit 2394a14

Please sign in to comment.