You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds two new commands, `npm run generate` and `npm run build`. The
former runs the commands for auto-generating Flow, JSDoc, and TypeScript type
declarations. The latter runs the auto-generation commands, typechecks the
source according to the auto-generated type declarations, and finally generates
JSDoc documentation.
0 commit comments