Skip to content

Commit

Permalink
Documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
timwright12 committed Sep 21, 2023
1 parent b8c431f commit 031f6b5
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 @@ -10,7 +10,7 @@
"publish-package": "npm publish --access public --tolerate-republish",
"storybook:build": "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:generate": "sb-rn-get-stories --config-path .storybook/web",
"storybook:watch": "sb-rn-watcher --config-path .storybook/native",
"storybook:web": "STORYBOOK_WEB=true start-storybook --config-dir .storybook/web -p 6006",
"test": "jest --coverage",
Expand Down

0 comments on commit 031f6b5

Please sign in to comment.