Skip to content

Commit 6a627a0

Browse files
author
Scott Adams
committed
build(deploy): remove storybook from non-prod build pipelines
1 parent 4d3bef9 commit 6a627a0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,10 @@ jobs:
125125

126126
- name: Build WC bundle
127127
run: |
128-
if [[ "${{ inputs.environment }}" != "production" ]]; then
129-
yarn build:dev
130-
fi
128+
# TODO: Reinitialise when storybook build is fixed
129+
# if [[ "${{ inputs.environment }}" != "production" ]]; then
130+
# yarn build:dev
131+
# fi
131132
yarn build
132133
env:
133134
PUBLIC_URL: ${{ needs.setup-environment.outputs.public_url }}

0 commit comments

Comments
 (0)