From 4ff6f8c54007aa01b94f428eef0c6abdaa0c29ee Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sat, 5 Dec 2020 20:32:15 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=20nodemon=20config=20-=20ignore=20tes?= =?UTF-8?q?ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #17 --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8674353..4c70efb 100644 --- a/package.json +++ b/package.json @@ -68,5 +68,12 @@ "build": "tsc", "docs": "typedoc --out docs src", "test": "jest" + }, + "nodemonConfig": { + "ignore": [ + "src/tests/*", + "docs/*" + ], + "delay": "2500" } -} +} \ No newline at end of file