Closed meyer closed 1 year ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
packages/sqrl/src/util/Logger.ts | 0 | 1 | 0.0% | ||
<!-- | Total: | 0 | 1 | 0.0% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
packages/sqrl/lib/util/Logger.js | 4 | 76.47% | ||
<!-- | Total: | 4 | --> |
Totals | |
---|---|
Change from base Build 3625813838: | -0.002% |
Covered Lines: | 15431 |
Relevant Lines: | 23733 |
There’s now a
tsbuildinfo
file that gets written to each built module’slib
directory—I’m preventing it from being published with a more specificfiles
array in each module’s package.json.
Update: I forgot you can negate files matches with !
, i’ll use that instead. Less brittle.
Problem
@types
packages).file:
URLs.website
andwebsqrl
aren’t included in lerna’s package array (now the workspace array in package.json).Solution
tsbuildinfo
file that gets written to each built module’slib
directory—I’m preventing it from being published with a more specificfiles
array in each module’s package.json.name
has changed todisplayName
in the child jest configs.workspaces
key to the root package.json file.website
andwebsqrl
toworkspaces
.Assorted thoughts
engines
probably needs to be updates from >12 to >14 or 16?