Build: #442 failed Changes by Ian Bacher

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Code commits

SDK

  • Ian Bacher

    Ian Bacher 04f4befe0e535a414162aede1326ecb82d46f90d

    Try using "npm exec -- " directly instead of npx
    The idea here is that running npx through the maven-frontend-plugin isn't
    one-to-one the same as executing the command from the shell, so that by
    using npm exec, we can pass the --cache argument and then run
    "npm exec --cache=... -- <command>"

    • integration-tests/src/test/java/org/openmrs/maven/plugins/AbstractSdkIntegrationTest.java (version 04f4befe0e535a414162aede1326ecb82d46f90d)
    • maven-plugin/src/main/java/org/openmrs/maven/plugins/utility/NodeHelper.java (version 04f4befe0e535a414162aede1326ecb82d46f90d)