nodemon watch yml conf files and ignore .github (#10924)
this makes nodemon restart on every configuration change ignored .github folder as it is not needed for nodemon to watch and has yml files Fixes #10923
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"verbose": true,
|
||||
"ext": "js",
|
||||
"ext": "js,yml",
|
||||
"ignore": [
|
||||
"package.json",
|
||||
"**/*.spec.js",
|
||||
@@ -142,7 +142,8 @@
|
||||
"**/*.integration.js",
|
||||
"frontend/",
|
||||
"build/",
|
||||
"cypress/"
|
||||
"cypress/",
|
||||
".github/"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user