0.1.1 • Published 5 months ago

rush-print-log-if-error-plugin v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

rush-print-log-if-error-plugin

Rush plugin for print entire log if error log exists

Prerequisite

Rush.js >= 5.57.0

Quick Start

  1. Enabling this rush plugin

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

  1. 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
0.1.1

5 months ago

0.1.0

8 months ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago