Closed aballman closed 6 years ago
I can address this by making a PR exclusively resolving all warnings. Is there anything else on the application level that would cause Circle to fail?
Not that I'm aware of. These are coming out of npm run-script build
with CI=true
and they're the only things in the way of a successful build afaik.
When you make your PR put 'Fixes #159' at the bottom of it and it should tie this issue to your PR.
There are a number of outstanding
panel
warnings. When building on CircleCI, the environment variableCI=true
is set, which makes npm treat warnings as errors. This means that until they are resolved, all CI builds will fail.