fix instructions for contributing to lib.d.ts#5912
fix instructions for contributing to lib.d.ts#5912mhegazy merged 2 commits intomicrosoft:masterfrom sparecycles:fix-contributing-instructions
Conversation
|
Tried running |
There was a problem hiding this comment.
no, it is lib that builds the library files.
jake lib -> src\lib\*.d.ts combine them into built\local\lib.*.d.ts
jake LKG -> jake local with debug=false, copy built\local\* to lib\* in preparation of publishing an npm
so files in \lib\ should not be touched by hand, only through jake LKG
how is that? what did you see? any errors? |
|
You don't even need But, when I run In the instructions: "To build the library files" obviously means the files in Can you not see how this is confusing? |
|
i see. well in my defense, Any how, so we can make it |
|
(hmm... musing) perhaps |
|
looks good. thanks! |
fix instructions for contributing to lib.d.ts
@mhegazy