Commit 260248e
Update README setup instructions (#1911)
## Why
The setup steps in the root `README.md` were stale: they pinned yarn v2
while `package.json` declares `yarn@3.2.1`, and they referenced an
`install:sdk` step that no longer exists.
## What
- Bump `npm install -g yarn@2` → `yarn@3` to match `packageManager` in
`package.json`.
- Drop the obsolete `yarn run install:sdk` step.
`@databricks/sdk-experimental` is now a regular npm dependency installed
automatically by `yarn install`.
## Verification
- Confirmed no `install:sdk` script remains in any `package.json`.
- Confirmed `@databricks/sdk-experimental` is a dependency in
`packages/databricks-vscode/package.json`.
- Confirmed `packageManager` is `yarn@3.2.1`.
This pull request and its description were written by Isaac.
Co-authored-by: misha-db <misha.kezherashvili@databricks.com>1 parent 308f687 commit 260248e
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 28 | + | |
33 | 29 | | |
34 | 30 | | |
35 | 31 | | |
| |||
0 commit comments