File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,11 @@ jobs:
21
21
cache : ' npm'
22
22
- run : npm ci
23
23
- run : npm run build
24
+ - run : npm run storybook:build
24
25
- name : Publish to Chromatic
25
26
uses : chromaui/action@latest
26
27
with :
27
28
token : ${{ secrets.GITHUB_TOKEN }}
28
29
projectToken : 2af88e64d1ab
29
30
exitOnceUploaded : true
30
- buildScriptName : ' storybook:build '
31
+ storybookBuildDir : storybook-static
Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ jobs:
22
22
- run : npm run build
23
23
- run : npm run check
24
24
- run : npm test -- --coverage
25
+ - run : npm run storybook:build
25
26
- name : Publish to Chromatic
26
27
uses : chromaui/action@latest
27
28
with :
28
29
token : ${{ secrets.GITHUB_TOKEN }}
29
30
projectToken : 2af88e64d1ab
30
31
exitOnceUploaded : true
31
- buildScriptName : ' storybook:build '
32
+ storybookBuildDir : storybook-static
You can’t perform that action at this time.
0 commit comments