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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ The following steps will get you setup to contribute changes to this repo:
29
29
30
30
3. Run `pnpm i` to install dependencies.
31
31
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
+
33
34
34
35
## Alternative: VSCode Dev Container setup
35
36
@@ -64,9 +65,9 @@ In the OSS version of VSCode the extension may be not available.
64
65
65
66
- runs all test files in `<ws>` that match `<file>` (e.g. `"enum"` will match `"enum.test.ts"`)
66
67
67
-
**`pnpm play`**
68
+
**`pnpm dev:play`**
68
69
69
-
- executes [`playground.ts`](playground.ts), watches for changes. useful for experimentation
70
+
- executes [`play.ts`](play.ts), watches for changes. useful for experimentation
0 commit comments