Add JS footprint extension to nodemon watch list

This commit is contained in:
Marco Massarelli 2023-11-26 18:45:22 +00:00
parent 2a11c2b25a
commit 3f543e4f6e
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
"scripts": { "scripts": {
"build": "ergogen ./ergogen/ --output ./ergogen/output --clear", "build": "ergogen ./ergogen/ --output ./ergogen/output --clear",
"debug": "ergogen ./ergogen/ --output ./ergogen/output --clear --debug", "debug": "ergogen ./ergogen/ --output ./ergogen/output --clear --debug",
"watch:build": "nodemon -e yaml -x \"npm run build\" --ignore ergogen/output", "watch:build": "nodemon -e yaml,js -x \"npm run build\" --ignore ergogen/output",
"watch:debug": "nodemon -e yaml -x \"npm run debug\" --ignore ergogen/output" "watch:debug": "nodemon -e yaml,js -x \"npm run debug\" --ignore ergogen/output"
}, },
"dependencies": { "dependencies": {
"ergogen": "github:ergogen/ergogen#develop", "ergogen": "github:ergogen/ergogen#develop",