Skip to content

Commit

Permalink
fix: storybook needs to build svelte-vega first
Browse files Browse the repository at this point in the history
  • Loading branch information
cabreraalex committed May 3, 2021
1 parent 614d8b4 commit 82abf8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- uses: actions/setup-node@v2
- name: Install Node dependencies
run: yarn --frozen-lockfile
- name: Build
- name: Build svelte-vega
run: yarn build
- name: Build the storybook
run: yarn build:storybook
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.1
Expand Down

0 comments on commit 82abf8b

Please sign in to comment.