@vscode/test-web 0.0.47 → 0.0.48

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
@@ -90,13 +90,13 @@ Corresponding options are available in the API.
90
90
 
91
91
  ## Development
92
92
 
93
- - `yarn && yarn install-extensions`
93
+ - `npm i && npm run install-extensions`
94
94
  - Make necessary changes in [`src`](./src)
95
- - `yarn compile` (or `yarn watch`)
95
+ - `npm run compile` (or `npm run watch`)
96
96
 
97
- - run `yarn sample` to launch VS Code Browser with the `sample` extension bundled in this repo.
97
+ - run `npm run sample` to launch VS Code Browser with the `sample` extension bundled in this repo.
98
98
 
99
- - run `yarn sample-tests` to launch VS Code Browser running the extension tests of the `sample` extension bundled in this repo.
99
+ - run `npm run sample-tests` to launch VS Code Browser running the extension tests of the `sample` extension bundled in this repo.
100
100
 
101
101
 
102
102
  ## License