fix(publish): emit type declarations with CJS build#4708
Conversation
|
The problem was that our npm publish script is copying output from I fixed this by changing the Node tree to emit type declarations, which seems like a safe change (with hopefully very little latency added to our cjs build). The other way I could have fixed this would have been to change the Here is a screenshot of the diff of the npm folder before making this change (left), and after making this change (right). Notice the lovely d.ts files included on the right. |
|
@alexeagle and I are going to make a couple more changes to the Node Tree to get the output we need.
|
15e3081 to
44bb086
Compare
|
Merging PR #4708 on behalf of @jeffbcross to branch presubmit-jeffbcross-pr-4708. |
|
Reviewed in person. Thanks Jeff!! On Tue, Oct 13, 2015 at 3:16 PM Mary Poppins notifications@github.com
|
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |

Closes #4706