-
Notifications
You must be signed in to change notification settings - Fork 281
Users/stfrance/oss #331
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
Users/stfrance/oss #331
Conversation
|
@bryanmacfarlane It looks like vsts-tasks does copy node_modules to the outDir manually: I deleted my _build folder for typed-rest-client and realized it also isn't copied there. I wonder if there was a code change recently that removed the copying of node_modules. It's strange that it's happening for both repos though. Since there was an _build folder in outDir for both vsts-task-lib and typed-rest-client it must mean at some point it was being copied. Will keep digging. |
* Revert updates to dependency versions. * Add package-lock.json. * Remove root package lock. * Try to get node_modules output. * Cleanup. * Fix make.ks. * Add third party notice generator. * Update docs. * Add third party notice. * Copy node_modules to _build. * Copy ThirdPartyNotices.txt to _build directory. * Prune dev dependencies in _build. * Remove node_modules copy, shouldn't need to be there. * Cleanup. * Clean. * Clean.

No description provided.