Skip to content

Commit 5b60976

Browse files
authored
docs: update contributing (#335)
1 parent b8cd6d1 commit 5b60976

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,13 @@ All pull requests should be opened against the `main` branch.
8787
Integration tests for new features or regression tests as part of a bug fix are very welcome.
8888
Add them to projects in `packages/e2e-tests`.
8989

90-
If tests aren't running properly locally, open [scripts/jestGlobalSetup.js](./scripts/jestGlobalSetup.js) and update `chromium.launchServer` to use the default bundled chromium version:
91-
92-
```js
93-
// don't pass any options to use bundled chromium
94-
return chromium.launchServer();
95-
```
96-
9790
#### Documentation
9891

9992
If you've changed APIs, update the documentation.
10093

10194
#### Changelogs
10295

103-
For changes to be reflected in package changelogs, run `pnpx changeset` and follow the prompts.
96+
For changes to be reflected in package changelogs, run `pnpm changeset` and follow the prompts.
10497
You should always select the packages you've changed, Most likely `@sveltejs/vite-plugin-svelte`.
10598

10699
### What happens next?

0 commit comments

Comments
 (0)