Skip to content

Commit

Permalink
Update to new path
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Nov 8, 2024
1 parent 24b8e5e commit bf8c282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/sdk/internal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The web clients uses NPM to install the SDK as a dependency. NPM offers a dedica
[`link`][npm-link] which can be used to temporarily replace the packages with a local version.

```bash
npm link ../sdk-internal/languages/js/sdk-internal
npm link ../sdk-internal/crates/bitwarden-wasm-internal/npm
```

:::warning
Expand All @@ -74,7 +74,7 @@ Running `npm ci` or `npm install` will replace the linked packages with the publ
1. Build and publish the SDK to the local Maven repository:

```bash
../sdk-internal/languages/kotlin/publish-local.sh
../sdk-internal/crates/bitwarden-uniffi/kotlin/publish-local.sh
```

2. Set the user property `localSdk=true` in the `user.properties` file.
Expand Down

0 comments on commit bf8c282

Please sign in to comment.