Skip to content

Commit 4d332c8

Browse files
✨ [#49] change build for storybook
1 parent 03915e3 commit 4d332c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434

3535
- name: Build Storybook docs
3636
run: |
37-
npm install
38-
npm run storybook --quiet
37+
npm ci
38+
npm run build-storybook --quiet
3939
4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v1

0 commit comments

Comments
 (0)