You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,20 +87,13 @@ All pull requests should be opened against the `main` branch.
87
87
Integration tests for new features or regression tests as part of a bug fix are very welcome.
88
88
Add them to projects in `packages/e2e-tests`.
89
89
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
-
returnchromium.launchServer();
95
-
```
96
-
97
90
#### Documentation
98
91
99
92
If you've changed APIs, update the documentation.
100
93
101
94
#### Changelogs
102
95
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.
104
97
You should always select the packages you've changed, Most likely `@sveltejs/vite-plugin-svelte`.
0 commit comments