Socket
Book a DemoInstallSign in
Socket

rush-print-log-if-error-plugin

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rush-print-log-if-error-plugin

Rush plugin for print entire log if error log exists

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
2
Created
Source

rush-print-log-if-error-plugin

Rush plugin for print entire log if error log exists

Prerequisite

Rush.js >= 5.57.0

Quick Start

  • Enabling this rush plugin

Please follow the official doc to enable this plugin in your repo.

  • Print log if error log exists
rush print-log-if-error

If <package_name>.build.error.log exists, print the content of <package_name>.build.log

Advance Usage

#!/bin/bash

# logout if error
trap "node common/scripts/install-run-rush.js print-log-if-error" ERR

node common/scripts/install-run-rush.js build

Keywords

rush

FAQs

Package last updated on 19 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts