Skip to content

Commit

Permalink
Added Web process env to storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
timwright12 committed Sep 25, 2023
1 parent f6b630e commit 59d252c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"android": "expo start --android",
"ios": "expo start --ios",
"publish-package": "npm publish --access public --tolerate-republish",
"storybook:build": "build-storybook --config-dir .storybook/web",
"storybook:build": "STORYBOOK_WEB=true build-storybook --config-dir .storybook/web",
"storybook:deploy": "yarn storybook:build && gh-pages -d storybook-static",
"storybook:generate": "sb-rn-get-stories --config-path .storybook/native",
"storybook:watch": "sb-rn-watcher --config-path .storybook/native",
Expand Down

0 comments on commit 59d252c

Please sign in to comment.