Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-03-18 12:45:29 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2020-03-18 12:45:29 +0300
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