Skip to content

Local build differs from CI build #904

@Flarna

Description

@Flarna

Bootstrapping differs between local builds using npm install in root folder and CI builds.

Local builds execute lerna bootstrap --no-ci

CI builds execute lerna bootstrap --no-ci --hoist --nohoist='zone.js' --nohoist='mocha' --nohoist='ts-mocha'

I can't tell which variant is better/more correct but I think there should be no difference.

Refs.: #900 (fixes an issue which happens in CI but not local)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions