Skip to content

Commit

Permalink
Fix ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Dec 17, 2023
1 parent 9ca5c1d commit b0e48a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ jobs:
- name: Install NPM dependencies
run: npm ci

- name: Build library
- name: Build library and storybook
run: npm run build

- name: Build storybook
run: npm run build-storybook

- name: Setup pages.
uses: actions/configure-pages@v2
- name: Upload artifact.
Expand Down

0 comments on commit b0e48a0

Please sign in to comment.