From f6b630ea7789dfb025dcaf361e0988e66f96550b Mon Sep 17 00:00:00 2001 From: Tim Wright Date: Thu, 21 Sep 2023 16:27:31 -0400 Subject: [PATCH] Documentation workflow --- .github/workflows/publish-documentation.yml | 2 +- packages/components/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-documentation.yml b/.github/workflows/publish-documentation.yml index b94c4ac5..ec246250 100644 --- a/.github/workflows/publish-documentation.yml +++ b/.github/workflows/publish-documentation.yml @@ -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 diff --git a/packages/components/package.json b/packages/components/package.json index 15013f8c..0d30a49e 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -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",