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: README.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,3 +34,17 @@ You can run `yarn solution 01` to run the tests and typechecking on the solution
34
34
## Acknowledgements
35
35
36
36
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