Skip to content

Commit

Permalink
try out lost pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain89 committed Oct 24, 2023
1 parent 69e0a4e commit beb408c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lostpixel-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ jobs:

- name: Lost Pixel
uses: lost-pixel/lost-pixel@v3.8.0
working-directory: packages/libs/react-ui
5 changes: 3 additions & 2 deletions packages/libs/react-ui/lostpixel.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { CustomProjectConfig } from 'lost-pixel';

export const config: CustomProjectConfig = {
storybookShots: {
storybookUrl: './storybook-static',
ladleShots: {
//ip should be localhost when running locally & 172.17.0.1 when running in GitHub action
ladleUrl: 'http://172.17.0.1:61000',
},
// OSS mode
generateOnly: true,
Expand Down

0 comments on commit beb408c

Please sign in to comment.