flipbook-labs / flipbook

Storybook plugin for Roblox UI
https://flipbook-labs.github.io/flipbook/
MIT License
95 stars 7 forks source link

Hoist wally types and fix type errors #233

Closed vocksel closed 8 months ago

vocksel commented 8 months ago

Problem

Discovered when hoisting up types for Wally packages that there's several type errors to resolve

Solution

This PR adds wally-package-types and a new bin/wally-install.sh script for installing packages and hoisting up types at the same time.

All of this is integrated into CI, and relevant analysis errors have been patched

Checklist