@microtronics/studio-cli 1.1.0-rc.0 → 1.1.1-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -79,6 +79,11 @@ Install all dependencies in your project.
79
79
  $ studio-cli install [dependency...]
80
80
  ```
81
81
 
82
+ This also runs npm install in the `pov`/`blo` working paths that contain a `package.json`. When the root
83
+ `package.json` declares npm workspaces covering a part, that part's npm dependencies are installed once at the
84
+ project root with `npm install` - an in-sync `package-lock.json` is installed as-is and left unchanged. Parts in
85
+ non-workspace projects (or not covered by any workspace pattern) are installed individually with `npm ci`.
86
+
82
87
  **Options:**
83
88
  - `-e, --env <environment>` - CLI target environment (defaults to STUDIO_ENV environment variable)
84
89
  - `--token <API-token>` - API Access Token (defaults to STUDIO_TOKEN environment variable)