Skip to content

Commit 8125d74

Browse files
committed
docs: Update contributing guidelines
1 parent c39087a commit 8125d74

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ pnpm build
3737

3838
```sh
3939
# Build WXT package, then build demo extension
40-
cd demo
40+
cd packages/wxt-demo
4141
pnpm build
4242
```
4343

4444
```sh
4545
# Build WXT package, then start the demo extension in dev mode
46-
cd demo
46+
cd packages/wxt-demo
4747
pnpm dev
4848
```
4949

@@ -75,7 +75,7 @@ To run tests for a specific file, add the filename at the end of the test comman
7575
pnpm test manifest-contents
7676
```
7777

78-
Unit and E2E tests are ran together via [Vitest workspaces](https://vitest.dev/guide/#workspaces-support).
78+
All test (unit and E2E) for all packages are ran together via [Vitest workspaces](https://vitest.dev/guide/#workspaces-support).
7979

8080
If you want to manually test a change, you can modify the demo project for your test, but please don't leave those changes committed once you open a PR.
8181

@@ -90,7 +90,7 @@ npm run dev
9090
npm run build
9191
```
9292

93-
Note that templates are hardcoded to a specific version of `wxt` from NPM, they do not use the local version. PR checks will test your changes against the templates, but if you want to manually do it, update the package.json dependency:
93+
Note that templates are hardcoded to a specific version of `wxt` from NPM, they do not use the local version. PR checks will test your PR's changes against the templates, but if you want to manually do it, update the package.json dependency:
9494

9595
```diff
9696
"devDependencies": {

0 commit comments

Comments
 (0)