Skip to content

Commit

Permalink
fix: storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
vujita committed Jan 2, 2024
1 parent 132897e commit 426d95e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}

jobs:
build-lint:
deploy-storybook:
env:
DATABASE_URL: file:./db.sqlite
runs-on: ubuntu-latest
Expand Down Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Install deps (with cache)
run: pnpm install --frozen-lockfile

- name: Build, lint and type-check
run: pnpm turbo db:generate build lint type-check
- name: Build
run: pnpm turbo build

- name: Check workspaces
run: pnpm manypkg check
Expand Down

0 comments on commit 426d95e

Please sign in to comment.