Add JS footprint extension to nodemon watch list
This commit is contained in:
parent
2a11c2b25a
commit
3f543e4f6e
|
|
@ -2,8 +2,8 @@
|
|||
"scripts": {
|
||||
"build": "ergogen ./ergogen/ --output ./ergogen/output --clear",
|
||||
"debug": "ergogen ./ergogen/ --output ./ergogen/output --clear --debug",
|
||||
"watch:build": "nodemon -e yaml -x \"npm run build\" --ignore ergogen/output",
|
||||
"watch:debug": "nodemon -e yaml -x \"npm run debug\" --ignore ergogen/output"
|
||||
"watch:build": "nodemon -e yaml,js -x \"npm run build\" --ignore ergogen/output",
|
||||
"watch:debug": "nodemon -e yaml,js -x \"npm run debug\" --ignore ergogen/output"
|
||||
},
|
||||
"dependencies": {
|
||||
"ergogen": "github:ergogen/ergogen#develop",
|
||||
|
|
|
|||
Loading…
Reference in New Issue