Commit 412ae73
authored
Use npx for build script (#16)
The use of `tsc` in the postinstall script of this package means
that even non-TS users will ultimately try to build the package
on install. This doesn't really make sense, and can even break
if typescript isn't transitively installed into their node_modules.1 parent d5c6beb commit 412ae73
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments