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

Commit

Permalink
Watch .env with nodemon
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Aug 10, 2018
1 parent dadd8b3 commit f342194
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 @@ -6,7 +6,7 @@
"license": "ISC",
"repository": "https://github.com/{{ owner }}/{{ repo }}.git",
"scripts": {
"dev": "nodemon --exec \"npm start\"",
"dev": "nodemon",
"start": "probot run ./index.js",
"lint": "standard --fix",
"test": "jest && standard",
Expand All @@ -28,5 +28,9 @@
"env": [
"jest"
]
},
"nodemonConfig": {
"exec": "npm start",
"watch": [".env", "."]
}
}

0 comments on commit f342194

Please sign in to comment.