summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-03-18 10:45:29 +0100
committerMarco Ambrosini <marcoambrosini@pm.me>2020-03-18 10:45:29 +0100
commit378b298e16b00e9181739e86498f5d2c0125e285 (patch)
treeedd65334f87a85549a2fa30c8960de0958bd0621 /Makefile
parent7e09d7eee6eda5ee1199301709826d3a41834722 (diff)
Fix test commands
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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