Skip to content

Commit 33d3bb9

Browse files
authored
Fix issue #4454: Updating the contribution.md file (#4455)
* fixing the content of contributing.md * fixing the pnpm dev in contributing.md
1 parent 7918973 commit 33d3bb9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ The following steps will get you setup to contribute changes to this repo:
2929

3030
3. Run `pnpm i` to install dependencies.
3131

32-
4. Start playing with the code! You can do some simple experimentation in [`playground.ts`](playground.ts) (see `pnpm play` below) or start implementing a feature right away.
32+
4. Start playing with the code! You can do some simple experimentation in [`play.ts`](play.ts) (see `pnpm play` below) or start implementing a feature right away.
33+
3334

3435
## Alternative: VSCode Dev Container setup
3536

@@ -64,9 +65,9 @@ In the OSS version of VSCode the extension may be not available.
6465

6566
- runs all test files in `<ws>` that match `<file>` (e.g. `"enum"` will match `"enum.test.ts"`)
6667

67-
**`pnpm play`**
68+
**`pnpm dev:play`**
6869

69-
- executes [`playground.ts`](playground.ts), watches for changes. useful for experimentation
70+
- executes [`play.ts`](play.ts), watches for changes. useful for experimentation
7071

7172
### Tests
7273

0 commit comments

Comments
 (0)