This makes it faster in most cases, so we have to wait less.
The FRESH=1 environment variable forces recompiling all source files,
and is used in the release script to be doubly sure that everything
we publish is up to date.
```bash
FRESH=1 npm run build:lib
```