-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
buildChanges regarding the build process or dependenciesChanges regarding the build process or dependenciesfixChanges that fix a bugChanges that fix a bug
Description
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"
}
...
}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