Skip to content

Commit

Permalink
add extension log to nodemon watch list (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip authored Feb 26, 2018
1 parent 2d24458 commit 7558912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/electrode-archetype-react-app/arch-clap.js
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ Individual .babelrc files were generated for you in src/client and src/server
: `node ${AppMode.src.server}`;
return exec(
`nodemon`,
`--delay 1 -C --ext js,jsx,json,yaml ${watches}`,
`--delay 1 -C --ext js,jsx,json,yaml,log ${watches}`,
`--exec ${nodeRunApp}`
);
}
Expand Down

0 comments on commit 7558912

Please sign in to comment.