A Netlify Build plugin that skips not affected apps in your nx monorepo.
Add the plugin to
<img alt="" src="https://img.shields.io/npm/v/netlify-plugin-nx-skip-build">
<img alt="" src="https://img.shields.io/npm/l/netlify-plugin-nx-skip-build">
Install
Install the modulenpm i -D netlify-plugin-nx-skip-build
Add the plugin to
netlify.toml
[[plugins]]
package = "netlify-plugin-nx-skip-build"
How to use?
Add a new environment variable calledPROJECT_NAME
that is supposed application name by netlify UI (recommended) or your .env file, so the plugin can work as expected.