31
loading...
This website collects cookies to deliver better user experience
node_modules
folder instead of one for each project, and you can have one package.json
, meaning every project uses the same version of each module you have installed or built. If you publish a new version of a shared library, the updates are pulled into the project on the next release, which can save a lot of laborious manual updates.nx affected:test
to run tests for all of the applications you've affected, or altered, with the code you're writing. Nrwl claims to be very smart about this, so it can tell what's been updated and only test those affected apps.