master
Araozu 2023-10-25 21:03:54 -05:00
parent 00a782a59b
commit 6b87e80d35
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ pipeline {
}
steps {
sh 'echo $PATH'
sh 'ls ${env.WORKSPACE}/node_modules/.bin'
sh 'ls /var/lib/jenkins/workspace/thp-docs/node_modules/.bin'
sh 'bun tailwind:build'
sh 'md-docs'
}