From db2c3829336094376c869d26b9e6b0380c14dc35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 25 Apr 2023 21:45:53 +0200 Subject: [PATCH] fix: commands --- Taskfile.yml | 2 +- webui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index b2c5db1..1867c4b 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -94,7 +94,7 @@ tasks: dev:backend: dir: cli cmds: - - cargo run --release -- ../example_vault --clean + - cargo run --release -- serve ../example_vault --clean dev:frontend: dir: webui diff --git a/webui/package.json b/webui/package.json index 7b3e235..496dba1 100644 --- a/webui/package.json +++ b/webui/package.json @@ -12,7 +12,7 @@ "clean": "rm -frv dist public/vendor", "storybook": "npm-run-all -p -r storybook:serve storybook:upend", "storybook:serve": "storybook dev -p 6006", - "storybook:upend": "cargo run --release -- ../example_vault --bind 127.0.0.1:8099 --no-browser --reinitialize", + "storybook:upend": "cargo run --release -- serve ../example_vault --bind 127.0.0.1:8099 --no-browser --reinitialize", "build-storybook": "storybook build" }, "devDependencies": {