This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
tsc module error #14
Comments
That's unusual, as it doesn't do that on my copy of the repo. I can't even find any Babel types mentioned in the lock file. |
Yeah, could be something wrong on my end. It would be nice to have a CI build functioning. |
Had the same error in my CI today too. Turned out, that my tsconfig was missing for that specific CI job and it didn't know how to resolve modules. After adding the tsconfig the build succeeded. |
I'll be taking a look at a more robust CI/CD system in the coming days. |
CI was created and is passing. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running
build:theme
The text was updated successfully, but these errors were encountered: