Skip to content

Commit 54e5e15

Browse files
committed
Fikser korrekt referanse til script for å bygge storybook
1 parent 4f5bbf3 commit 54e5e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-storybook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
3333
- name: Build Storybook
34-
run: npm run build-storybook
34+
run: npm run build:storybook
3535
- name: Upload artifact
3636
uses: actions/upload-pages-artifact@v3
3737
with:

0 commit comments

Comments
 (0)