Socket
Socket
Sign inDemoInstall

@pie-framework/build-helper

Package Overview
Dependencies
137
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

4

lib/commands.js

@@ -92,3 +92,3 @@ "use strict";

return __awaiter(this, void 0, void 0, function* () {
cmdLog('----> release');
cmdLog('----> release', this.args);
const { TRAVIS, TRAVIS_BRANCH, GITHUB_TOKEN, TRAVIS_REPO_SLUG } = process.env;

@@ -124,3 +124,3 @@ if (TRAVIS) {

};
const releaseCmd = `${this.p.lerna} publish --conventional-commits ${this.args.lernaLogLevel ? `--log-level ${this.args.lernaLogLevel}` : ''} ${this.args.interactive ? '' : '--yes'} ${this.args.next ? getNextOpts() : ''}`;
const releaseCmd = `${this.p.lerna} publish --conventional-commits ${this.args.lernaLogLevel ? `--loglevel ${this.args.lernaLogLevel}` : ''} ${this.args.interactive ? '' : '--yes'} ${this.args.next ? getNextOpts() : ''}`;
yield this.runCmds([releaseCmd]);

@@ -127,0 +127,0 @@ if (!this.args.skipPublishHooks) {

{
"name": "@pie-framework/build-helper",
"version": "3.1.0",
"version": "3.1.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc