• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

strongloop / loopback-next / 17633
76%

Build:
DEFAULT BRANCH: master
Ran 23 Apr 2020 03:02PM UTC
Jobs 1
Files 605
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
17633

push

travis-ci-com

bajtos
fix(cli): remove project references from examples

In strongloop/loopback-next#5155, we reworked our typescript setup
to leverage composite mode and project references. This breaks our
example applications when they are checked out standalone, typically
via `lb4 example`.

```sh
$ lb4 example todo
(...)
$ cd loopback4-example-todo
$ npm t
(...)
> lb-tsc

error TS6053: File '/private/packages/http-caching-proxy/tsconfig.json' not found.
error TS6053: File '/private/packages/testlab/tsconfig.json' not found.
(...)
Found 10 errors.
```

This commit fixes the problem by introducing a new step to `lb4 example`
command where we remove `references` field from `tsconfig.json` file
and set the field `compilerOptions.composite` to `false`.

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>

5063 of 5946 branches covered (85.15%)

Branch coverage included in aggregate %.

13716 of 14453 relevant lines covered (94.9%)

1057.22 hits per line

Jobs
ID Job ID Ran Files Coverage
1 17633.1 (TASK=test) 23 Apr 2020 03:02PM UTC 0
92.06
Travis Job 17633.1
Source Files on build 17633
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #17633
  • 6359ed6f on github
  • Prev Build on master (#17632)
  • Next Build on master (#17638)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc