-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
bugSomething isn't workingSomething isn't workingtechnical debtRepresents technical debt rather than a functional changeRepresents technical debt rather than a functional change
Description
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 cisucceeds, andnpm run buildfails. (This specific combination of events is important, because installing viazpm "load https://github.com/intersystems/git-source-control"will install in dev mode and we won't necessarily have npm available.)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtechnical debtRepresents technical debt rather than a functional changeRepresents technical debt rather than a functional change