Skip to content

Commit 29ac911

Browse files
committed
Added a reference
1 parent 38dffc9 commit 29ac911

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,17 @@ You can run `yarn solution 01` to run the tests and typechecking on the solution
3434
## Acknowledgements
3535

3636
Say thanks to Matt on [Twitter](https://twitter.com/mattpocockuk) or by joining his [Discord](https://discord.gg/8S5ujhfTB3). Consider signing up to his [Total TypeScript course](https://totaltypescript.com).
37+
38+
## Reference
39+
40+
### `yarn exercise 01`
41+
42+
Alias: `yarn e 01`
43+
44+
Run the corresponding `*.problem.ts` file.
45+
46+
### `yarn solution 01`
47+
48+
Alias: `yarn s 01`
49+
50+
Run the corresponding `*.solution.ts` file. If there are multiple, it runs only the first one.

0 commit comments

Comments
 (0)