diff --git a/package.json b/package.json
index 9d07a7788766fc39c5af14ad5142bf853f2776fe..8f417b0ea80e3803a8226572f4d7f5a90a2eeefa 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",