Skip to content

Commit

Permalink
fix: chromatic deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
samshara committed Jun 21, 2024
1 parent 57c4481 commit f0e52e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
jobs:
chromatic:
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/go-ui-storybook
steps:
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 1 addition & 2 deletions packages/go-ui-storybook/.storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import '@ifrc-go/ui/index.css';
import type { Preview } from "@storybook/react";

import '@ifrc-go/ui/index.css';
import '../src/stories/index.css';

const preview: Preview = {
Expand Down

0 comments on commit f0e52e8

Please sign in to comment.