Skip to content

Unreported error from npm run build on dev mode activation #610

@isc-tleavitt

Description

@isc-tleavitt

Output from "git-source-control activate" includes:

In developer mode, building web UI:
npm ci
1
npm run build
-4058

@isc-etamarch do you see this too? This could explain why your changes on #608 didn't propagate to release.

Good things to do here:

  • Capture and repeat log output from npm ci / npm run build in IPM verbose mode
  • Fail the <Invoke> if we're in dev mode, npm ci succeeds, and npm run build fails. (This specific combination of events is important, because installing via zpm "load https://github.com/intersystems/git-source-control" will install in dev mode and we won't necessarily have npm available.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtechnical debtRepresents technical debt rather than a functional change

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions