UNPKG

rivet

Version:

Suite of utilities for working with the Rivet consumer-driven API contacts testing model.

13 lines (12 loc) 398 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var runCommand_1 = require("../runCommand"); var log_1 = require("../../lib/log"); exports.default = function (argv) { var version = argv.version; if (!version) { return null; } log_1.log('Bumping package version'); runCommand_1.default("npm version " + version + " --no-git-tag-version"); };