From e1bdd2a95caf7dd09a2502ece50acfb08c290455 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Fri, 21 Jan 2022 11:11:00 -0500 Subject: [PATCH] watch `ts` files and source directly (#623) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1a5a11215..ef9d5ccd16 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "test": "karma start ./spec/support/karma.conf.js --single-run", "test:watch": "karma start ./spec/support/karma.conf.js", "test:node": "jasmine-ts -r tsconfig-paths/register", - "test:node:watch": "nodemon -w ./dist --delay 500ms --exec jasmine-ts -r tsconfig-paths/register", + "test:node:watch": "nodemon -w ./angular -w ./common -w ./electron -w ./node -w ./shared -w ./spec --ext \"ts,js,mjs,json\" --exec jasmine-ts -r tsconfig-paths/register", "prepare": "husky install" }, "devDependencies": {