From 378b298e16b00e9181739e86498f5d2c0125e285 Mon Sep 17 00:00:00 2001 From: Marco Ambrosini Date: Wed, 18 Mar 2020 10:45:29 +0100 Subject: Fix test commands Signed-off-by: Marco Ambrosini --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1dc93c162..8e9c2ff27 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,9 @@ build-js-production: watch-js: npm run watch +test: + npm run test:unit + lint: npm run lint -- cgit v1.2.3