Skip to content

Commit

Permalink
Ignore src dir for nodemon
Browse files Browse the repository at this point in the history
  • Loading branch information
taesup authored Oct 8, 2019
1 parent 643aaba commit de78298
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 de78298

Please sign in to comment.