Skip to content

Commit

Permalink
fix: workaroud for Node v17 and Storybook (ref: storybookjs/storybook…
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjinkun committed Apr 26, 2022
1 parent 6912b70 commit 36c157d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ jobs:
at: .
- run: yarn build
- run: yarn firebase deploy --project development
- run: yarn deploy-storybook --ci
- run:
name: Deploy Storybook
command: yarn deploy-storybook --ci
environment:
NODE_OPTIONS: --openssl-legacy-provider

deploy_production:
docker:
Expand Down

0 comments on commit 36c157d

Please sign in to comment.