-
Notifications
You must be signed in to change notification settings - Fork 171
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
Add licenses as prefixes to output bundles #1605
Conversation
packages/@dataform/cli/BUILD
Outdated
add_license_header_to_file( | ||
name="bundle_with_license", | ||
from_file=":bundle_no_license", | ||
to_file=":bundle.js", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these aren't labels so you don't want : in there, that's probably why tests are failing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests were also failing because the Node shebang for the CLI was getting in the way; have moved license to below it.
* fix file namings * Add licenses to the CLI too * Tidy usage * Fix build and bump version * Fix core version in test
No description provided.