Closed simondotm closed 7 months ago
Added postinstall script to auto-generate a versions typescript file containing the package versions the plugin is going to use.
postinstall
This means no more hard-coded versions.
This also opens the way for us to just update deps in the host workspace prior to releases.
Added
postinstall
script to auto-generate a versions typescript file containing the package versions the plugin is going to use.This means no more hard-coded versions.
This also opens the way for us to just update deps in the host workspace prior to releases.