From eb66ce2d4be22c347a8d1c5de702541810eb7d72 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 16 Mar 2022 08:57:25 -0400 Subject: [PATCH] add watch flag to test:component --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9081b201..8d255f78b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "ts-check": "tsc --noEmit --project ./tsconfig.json", "create": "plop --plopfile scripts/plop/plopfile.js", "test": "web-test-runner", - "test:component": "npm run test -- --group", + "test:component": "npm run test -- --watch --group", "test:watch": "web-test-runner --watch", "spellcheck": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress", "list-outdated-dependencies": "npm-check-updates --format repo --peer",