-
-
Notifications
You must be signed in to change notification settings - Fork 358
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Currently the generate.schema.ts
script in the Docs project is failing the astro-check
pass due to non-specified types (read: any
types). As well as what looks to be a type-related issue for Necroparser.
To get our CI process back in a green state I've taken a somewhat drastic step exclude
this script from the tsconfig.ts
, essential skipping it from any type checks.
This is meant to be temporary measure until @Hugos68 (or anyone wiling) can help troubleshoot this issue. But should get back in a "working state" for CI checks and unblock progress with new PRs.
I'd welcome a fix for this asap.
So steps to work on this:
- Remove
generate-schema.ts
from theexclude
list intsconfig.ts
- Run
pnpm check
in the project root to triggerastro-check
in the docs project (to see this errors above) - Add the missing types in the
generate-schema.ts
script to satisfy the check - Then all should be well!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed