mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-26 01:58:04 -05:00
481 B
481 B
Package Scripts
WIP walkthrough of package.json scripts.
theme & theme:watch
These run the Chakra CLI to generate types for the theme, or watch for code change and re-generate the types.
The CLI essentially monkeypatches Chakra's files in node_modules.
postinstall
The postinstall script patches a few packages and runs the Chakra CLI to generate types for the theme.