⚙ nodemon config - ignore tests

ref #17
This commit is contained in:
Philipp Dormann 2020-12-05 20:32:15 +01:00
parent a671bf8bcb
commit 4ff6f8c540
1 changed files with 8 additions and 1 deletions

View File

@ -68,5 +68,12 @@
"build": "tsc",
"docs": "typedoc --out docs src",
"test": "jest"
},
"nodemonConfig": {
"ignore": [
"src/tests/*",
"docs/*"
],
"delay": "2500"
}
}
}