-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't create directory structure for output file #49
Comments
A workaround to the above is to use a Bash command and add it to your package.json as a script. Using an example from #48, I've added the new Command line:
package.json:
|
Probably worth trying to make a PR instead at this point 👍 |
Thanks. I'll be making some PRs in the next few days, please help me by reviewing them as quickly as you can. I'd be happy to help out. |
PR here: #50 |
flowgen doesn't seem to create non-existent directories when one is provided in the output file. It should create all directories up to the filename, or provide an option to do so.
For instance, I do not yet have a
flow-typed
folder, so this command fails:The text was updated successfully, but these errors were encountered: