I have two packages inside my npm workspace api
& cdk
. I would like to create an individual package-lock.json
inside api
& cdk
as both of those projects will get deployed individually. Is this currently possible with npm workspaces? What are other alternatives or strategies?
├── api
│ ├── package.json
├── cdk
│ ├── package.json
├── node_modules
├── package.json
├── package-lock.json