You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- drop support for Angular workspaces ([#570](https://github.com/bikecoders/ngx-deploy-npm/issues/570)) ([af95f44](https://github.com/bikecoders/ngx-deploy-npm/commit/af95f44f739f485914dcbb5e93f095c2e2225fc1))
10
+
- remove internal build process ([#571](https://github.com/bikecoders/ngx-deploy-npm/issues/571)) ([afa228c](https://github.com/bikecoders/ngx-deploy-npm/commit/afa228ceae467c3ffa0247a6a2b20e98d2e637bb))
11
+
12
+
### BREAKING CHANGES
13
+
14
+
--`ngx-deploy-npm:install`: Added `--dist-folder-path` option as
15
+
required.
16
+
17
+
*`ngx-deploy-npm:install`: Drop the option `--projects`, now, each project needs to be specified
18
+
independently using `--project`.
19
+
*`ngx-deploy-npm:deploy`: `distFolderPath` option is now required.
20
+
*`ngx-deploy-npm:deploy`: Remove options `noBuild` and `buildTarget`.
21
+
22
+
- As an alternative, maintainers suggest migrating your Angular Workspaces to Nx
23
+
Workspaces if you want to use this plugin. A stand-alone approach to Nx workspaces is an option that
24
+
you should consider. We apologize for any inconvenience this may cause and appreciate your
0 commit comments