From aa46be93d43540793245c0f6c2e895f32fb44e1e Mon Sep 17 00:00:00 2001 From: Cameron Diver Date: Tue, 14 Apr 2020 10:50:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8E=20Also=20watch=20js=20files=20duri?= =?UTF-8?q?ng=20livepush?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-type: patch Signed-off-by: Cameron Diver --- entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry.sh b/entry.sh index 0a049495..0c236fa0 100755 --- a/entry.sh +++ b/entry.sh @@ -54,7 +54,7 @@ fi modprobe ip6_tables || true if [ "${LIVEPUSH}" -eq "1" ]; then - exec npx nodemon --watch src --watch typings --ignore tests \ + exec npx nodemon --watch src --watch typings --ignore tests -e js,ts,json \ --exec node -r ts-node/register/transpile-only src/app.ts else exec node /usr/src/app/dist/app.js