Commit 04b9989
Use path in node_modules to run tsc. (#17)
The `Makefile` used to assume that `tsc` was on the current path which is not
always true. This change modifies the `Makefile` to use the `tsc` script under
the `node_modules` folder.1 parent 005a6b0 commit 04b9989
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments