ci: run prepare step before linting docs

This commit is contained in:
Daniel Roe 2024-07-03 23:21:19 +01:00
parent fd3fb4c345
commit f8fbefb42a
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -31,6 +31,9 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build (stub)
run: pnpm dev:prepare
- name: Lint (docs)
run: pnpm lint:docs