UNPKG

@pact-foundation/pact-node

Version:

Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.

10 lines 378 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var pact_standalone_1 = require("../src/pact-standalone"); var cp = require("child_process"); var status = cp.spawnSync(pact_standalone_1.default.brokerFullPath, process.argv.slice(2), { stdio: 'inherit', }).status; process.exit(status); //# sourceMappingURL=pact-broker.js.map