nx icon indicating copy to clipboard operation
nx copied to clipboard

feat(js): add prune-lockfile executor

Open Coly010 opened this issue 5 months ago • 2 comments

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.

Coly010 avatar Jun 12 '25 11:06 Coly010