chore: run release version of upend for storybook

feat/type-attributes
Tomáš Mládek 2023-01-28 20:00:37 +01:00
parent 2aa965608c
commit 0598420a83
1 changed files with 1 additions and 1 deletions

View File

@ -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 -- ../example_vault --bind 127.0.0.1:8099 --no-browser --reinitialize",
"storybook:upend": "cargo run --release -- ../example_vault --bind 127.0.0.1:8099 --no-browser --reinitialize",
"build-storybook": "storybook build"
},
"devDependencies": {