From 2bbdda566c1a5e3b59caec8292df117adba586e6 Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Thu, 10 Feb 2022 15:59:07 +0100 Subject: [PATCH] Makefile: Add test-js-watch command --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c8aacdd..3e5f5d2 100644 --- a/Makefile +++ b/Makefile @@ -97,6 +97,8 @@ test-js-watch: .PHONY: test-js-update-snapshots test-js-update-snapshots: npm test -- -u +test-js-watch: + npm test -- --watch # Translations