nx
nx copied to clipboard
feat(js): add prune-lockfile executor
Current Behavior
In the new TS Soln Setup with Package Manager Workspaces, there is currently no builtin method for creating a pruned lockfile that is agnostic across bundlers and compilers. This is problematic for apps that must be containerized.
Expected Behavior
Add a new @nx/js:prune-lockfile executor that can be used to produce a pruned lockfile in the build artifact output directory, ready for containerization.