From cad0b280075cb7e787f1755304379a7bd9c7a202 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Chif=20Gerg=C5=91?= <chif.gergo@cloud.bme.hu>
Date: Thu, 30 Jul 2020 22:49:23 +0200
Subject: [PATCH] Add validate and test watch scripts

---
 package.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 4b416cc..3421b96 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,9 @@
     "lint:fix": "eslint src --fix",
     "pre-commit": "lint-staged -p false",
     "start": "react-scripts start",
-    "test": "react-scripts test"
+    "test": "react-scripts test --watchAll=false",
+    "test:watch": "react-scripts test",
+    "validate": "run -s format:check lint"
   },
   "husky": {
     "hooks": {
-- 
GitLab