Skip to content

Commit

Permalink
build(docs): temporarily fix missing files for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Nov 4, 2023
1 parent ffe42c5 commit f0adcf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +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 lint
- run: pnpm typecheck
- run: pnpm test -- -- --coverage
Expand Down

0 comments on commit f0adcf2

Please sign in to comment.