Skip to content

Commit

Permalink
fix: temporary storybook ssh issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Sep 27, 2024
1 parent dcda791 commit 14003f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"typecheck": "tsc --noEmit",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput",
"storybook": "start-storybook -p 6006",
"build-preview": "build-storybook",
"storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
"build-preview": "NODE_OPTIONS=--openssl-legacy-provider build-storybook",
".:build-preview-move": "mkdir -p ../../.preview/ && cp -r ./storybook-static ../../.preview/ui-composer"
},
"devDependencies": {
Expand Down

0 comments on commit 14003f2

Please sign in to comment.