🐞 Bug report
Command (mark with an x)
- [ ] new
- [ ] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [x] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Description
When running ng update --all --force is will only update the package.json in the root of the Angular project, but will skip your projects in the projects folder. There is no way to specify the project on the command line. Having a few larges libraries it's convenient to update projects too.
🐞 Bug report
Command (mark with an
x)Description
When running ng update --all --force is will only update the package.json in the root of the Angular project, but will skip your projects in the
projectsfolder. There is no way to specify the project on the command line. Having a few larges libraries it's convenient to update projects too.