From df75313de343582af54d046f9a0ec50de43d234b Mon Sep 17 00:00:00 2001
From: Alberto Defendi <1369-ahl-berto@users.noreply.gitlab.inf.unibz.it>
Date: Tue, 23 Mar 2021 08:47:31 +0100
Subject: [PATCH] Documentation commands

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

diff --git a/package.json b/package.json
index c3198cf..4befd50 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,10 @@
     "eject": "react-scripts eject",
     "format": "prettier --write .",
     "lint": "eslint .",
-    "lint:fix": "eslint --fix ."
+    "lint:fix": "eslint --fix .",
+    "docz:dev": "docz dev",
+    "docz:build": "docz build",
+    "docz:serve": "docz build && docz serve"
   },
   "browserslist": {
     "production": [
-- 
GitLab