Commit 864279b
committed
Update README setup instructions
*Why*:
* The setup steps were stale: they pinned yarn v2 while the repo's package.json declares yarn@3, and they referenced an `install:sdk` step that no longer exists.
*What:*
* Bump `npm install -g yarn@2` to `yarn@3` to match `packageManager` in package.json.
* Drop the obsolete `yarn run install:sdk` step; `@databricks/sdk-experimental` is a regular npm dependency installed by `yarn install`.
*Verification:*
* Confirmed no `install:sdk` script remains in any package.json and that `@databricks/sdk-experimental` is a dependency in packages/databricks-vscode/package.json.
* Confirmed `packageManager` is `yarn@3.2.1`.
Co-authored-by: Isaac1 parent 79ef3eb commit 864279b
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