From f2ad95de0320cd2999f2544e41e2ef7582162b69 Mon Sep 17 00:00:00 2001 From: Josh Burman Date: Fri, 21 Feb 2020 15:33:06 -0500 Subject: [PATCH] jenkins change --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 077cc49..e25d96c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ podTemplate(label: label, inheritFrom: 'base', , containers: [ stage('Install Dependencies') { container('base') { sh "npm install" - sh "npm install -g typescript" + sh "npm install typescript" } } stage('Build the Project') {