Skip to content

f22hd/netlify-plugin-nx-skip-build

Repository files navigation

A Netlify Build plugin that skips not affected apps in your nx monorepo.

Install

Install the module

npm i -D netlify-plugin-nx-skip-build

Add the plugin to netlify.toml

 [[plugins]]
 package = "netlify-plugin-nx-skip-build"

deploy forcement

v0.0.7 allows force deployment when you need to redeploy your site and skip any plugin logic by adding NX_FORCE_DEPLOYMENT as environment variable with value true.

How to use?

Add a new environment variable called PROJECT_NAME that is supposed application name by netlify UI (recommended) or your .env file, so the plugin can work as expected.

Resources

Contribution

Your suggestions and contribution are very welcome to make this plugin helpful.

About

A netlify plugin that skipping not affected apps in your nx workspace.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published