tophat / jenkins-timeline-plugin

A build timeline to facilitate the inspection of Jenkins pipelines and identify bottlenecks.
https://jenkinstimeline.com
Apache License 2.0
34 stars 11 forks source link

Remove extraneous `cd` calls in Makefile #66

Closed mcataford closed 5 years ago

mcataford commented 5 years ago

Description

This PR removes the extraneous cd calls in the Makefile and makes use of the --prefix flag that can be set on npm calls.

cd myDir && npm install -> npm --prefix myDir install

The change is nonfunctional, partly for style for also for cleanliness and to avoid changing the working directory if not needed.

DevQA

DevQA Prep

DevQA Steps

Comments: