rivet
Version:
Suite of utilities for working with the Rivet consumer-driven API contacts testing model.
11 lines (10 loc) • 344 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var runCommand_1 = require("../runCommand");
var log_1 = require("../../lib/log");
var version_1 = require("./version");
exports.default = function (argv) {
version_1.default(argv);
log_1.log('Publishing package');
runCommand_1.default('npm publish');
};