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
export flow types in build (without test folders) (#412)
* export flow types in build (without test folders)
Another implementation of @nmn PR
Flow types very needed to avoid this trash: https://github.com/nodkz/graphql-compose/blob/master/src/definition.js (and graphql-js as git submodule)
Also solved @nmn issue #400
FYI `npm run cp-flow` correctly works if sub-folders exist in `dist/` otherwise it prints `No such file or directory`.
* Copy source files with `.flow` extension in build proccess
* Move from `master` flag `--optional runtime` for build script
0 commit comments