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' }