Skip to content

Commit

Permalink
Merge pull request #1 from taesup/patch-1
Browse files Browse the repository at this point in the history
Ignore src dir for nodemon
  • Loading branch information
edDevleague authored Oct 8, 2019
2 parents 345e920 + de78298 commit 17631b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ testConnection()
.then(() => {
nodemon({
script: './server/server.js',
ext: 'js json'
ext: 'js json',
ignore: ['src/'],
});

nodemon.on('start', function () {
Expand Down

0 comments on commit 17631b9

Please sign in to comment.