-
Notifications
You must be signed in to change notification settings - Fork 0
Theme type generation #9
Copy link
Copy link
Open
Labels
buildChanges regarding the build process or dependenciesChanges regarding the build process or dependenciesfixChanges that fix a bugChanges that fix a bug
Metadata
Metadata
Assignees
Labels
buildChanges regarding the build process or dependenciesChanges regarding the build process or dependenciesfixChanges that fix a bugChanges that fix a bug
Type
Fields
Give feedbackNo fields configured for issues without a type.
There is a problem with installing the package where theme types won't generate correctly and won't override the package default theme types. A solution has been provided for now but a non-ideal one at best.
Snippet from README.md:
Theme types
You will need to manually add a script to generate types for now until another solution is available.
{ ... "scripts": { "postinstall": "npx @chakra-ui/cli tokens ./node_modules/@jpbbots/censorbot-components/lib/theme/index.js" } ... }