You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a problem with various apps that are using the cf-content-types-generator, specifically this app which I'm using in Contentful. The same thing is happening from contentful-typescript-codegen.
What is happening is when I try to generate types, a clear syntax error is happening which comes from an extra semicolon and backslash at the end of the colorPalette line:
I don't know why this is happening, but it means that I can't usefully use the package/script as a single command or as part of CI/CD, since linting stops it. Currently I have to use the Contentful app and then manually edit the file to allow the project to use the types correctly.
What could be causing this error? Let me know if I can provide more information.
The text was updated successfully, but these errors were encountered:
I'm having a problem with various apps that are using the
cf-content-types-generator
, specifically this app which I'm using in Contentful. The same thing is happening fromcontentful-typescript-codegen
.What is happening is when I try to generate types, a clear syntax error is happening which comes from an extra semicolon and backslash at the end of the
colorPalette
line:I don't know why this is happening, but it means that I can't usefully use the package/script as a single command or as part of CI/CD, since linting stops it. Currently I have to use the Contentful app and then manually edit the file to allow the project to use the types correctly.
What could be causing this error? Let me know if I can provide more information.
The text was updated successfully, but these errors were encountered: