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 031f6b5 commit f6b630e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Build documentation
working-directory: ./packages/components
run: yarn storybook:generate && yarn storybook:build
run: yarn storybook:build

- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down
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/web",
"storybook:generate": "sb-rn-get-stories --config-path .storybook/native",
"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 f6b630e

Please sign in to comment.