From 269322e5b280acb6495a918f31475a037730c59f Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Fri, 26 Jul 2024 13:45:39 -0400 Subject: [PATCH] Attempt to test tsx --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 02c253e..92fca82 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,6 +35,7 @@ pipeline { steps { sh 'apk add --no-cache gcompat' sh 'apk add just' + sh 'npm install' sh 'just tsx-test' } }