bikecoders / ngx-deploy-npm

Nx plugin to publish any JS library to NPM with one command
https://www.npmjs.com/package/ngx-deploy-npm
MIT License
108 stars 13 forks source link

feat: remove internal build process #571

Closed dianjuar closed 10 months ago

dianjuar commented 10 months ago

PR Checklist

Please check if your PR fulfills the following requirements:

What is the current behavior?

Remove the built-in build process in favor of dependsOn Nx feature. Add support for libraries that doesn't require build process.

This PR should close:

553, #516

445, #444, #443, #442, #441, #440, #439, #438, #437, #415

74

What is the new behavior?

Does this PR introduce a breaking change?

Other information

Here, you can find a more detailed explanation of the changes introduced in V8.

https://dev.to/dianjuar/whats-coming-to-ngx-deploy-npm-v8-23gn

sonarcloud[bot] commented 10 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
88.1% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud