Skip to content

Commit

Permalink
do not perform the npm install call only add override (#2820)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 authored Jun 30, 2024
1 parent f60c31f commit f2a3be7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
-->

## __WORK IN PROGRESS__ - Kiera
* (foxriver76) fixed Windows installation
* (foxriver76) fixed issue on package updates (e.g. Admin Node.js update)

## 6.0.5 (2024-06-16) - Kiera
Expand Down
1 change: 0 additions & 1 deletion packages/cli/src/lib/setup/setupSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,6 @@ Please DO NOT copy files manually into ioBroker storage directories!`
packJson.overrides = { '@iobroker/adapter-core': this.SUPPORTED_ADAPTER_CORE_VERSION };

await fs.writeFile(packPath, JSON.stringify(packJson));
await tools.execAsync('npm i --omit=dev --ignore-scripts', { cwd: rootDir });

console.log(
`Successfully specified supported "@iobroker/adapter-core" version as "${this.SUPPORTED_ADAPTER_CORE_VERSION}"`
Expand Down

0 comments on commit f2a3be7

Please sign in to comment.