Skip to content

Commit

Permalink
build(workflow): hopefully fix main pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Nov 6, 2023
1 parent 740abbe commit ab9253a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm build --filter="./packages/*"
- run: pnpm --filter create-api-docs
- run: pnpm --filter mdx-pages
- run: pnpm --filter docs create-api-docs
- run: pnpm --filter docs mdx-pages
- run: pnpm lint
- run: pnpm typecheck
- run: pnpm test -- -- --coverage
Expand Down

0 comments on commit ab9253a

Please sign in to comment.