Commit 7fef175
committed
Ensure explicit builds rebuild *everything*
The previous npm publish (but not official build publish) did not regenerate
some deleted files, so these were missing in the resulting package. This
happened because tsc was doing an incremental build, whilst npm thought it
was explicitly rebuilding everything.1 parent c8d368c commit 7fef175
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments