From 12117c0f85c8de9f7bca2982cb45d45a73f1d2d2 Mon Sep 17 00:00:00 2001 From: Araozu Date: Wed, 25 Oct 2023 21:02:03 -0500 Subject: [PATCH] jenkins --- Jenkinsfile.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index 638c863..d72df73 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -21,6 +21,7 @@ pipeline { PATH = "${env.WORKSPACE}/node_modules/.bin:${env.PATH}" } steps { + sh 'echo $PATH' sh 'bun tailwind:build' sh 'md-docs' }