diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index d72df73..3e48748 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -22,6 +22,7 @@ pipeline { } steps { sh 'echo $PATH' + sh 'ls ${env.WORKSPACE}/node_modules/.bin' sh 'bun tailwind:build' sh 'md-docs' }