From 8544446c8f7cb9fe0effa9741d941ab2d1f8b6b5 Mon Sep 17 00:00:00 2001
From: Michael Behrisch <m.behrisch@uu.nl>
Date: Tue, 10 May 2022 20:23:30 +0200
Subject: [PATCH] chore: :art: adds current `nx` run commands to package.json

The current package.json did not have `run`, `dev`, or working `test` run targets.
---
 package.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package.json b/package.json
index 9d07a7788..8f417b0ea 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,8 @@
   "license": "MIT",
   "scripts": {
     "start": "nx serve",
+    "storybook": "nx run web-graphpolaris:storybook",
+    "dev": "nx run web-graphpolaris:dev",
     "build": "nx build",
     "test": "nx test",
     "test:all": "nx affected:test --all --codeCoverage --skip-nx-cache",
-- 
GitLab