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:
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