Starts the storybook site for local development
Compiles source files into build directory with type annotations upon succesful lint and typescript rules passing.
Builds latest source of the specific module, bumps the patch version and publishes it to github packages (with a corresponding verison tag at github). To patch the Input component you should run yarn patch Input for example. There is also yarn minor and yarn major which does the same thing but updating minor or major version instead.