jenkins
This commit is contained in:
parent
9a9bc37b43
commit
bf031f3b1e
@ -11,9 +11,16 @@ pipeline {
|
||||
sh 'bun --version'
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
stage('Install') {
|
||||
steps {
|
||||
sh 'bun install -p'
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
environment {
|
||||
PATH = "${env.WORKSPACE}/node_modules/.bin:${env.PATH}"
|
||||
}
|
||||
steps {
|
||||
sh 'bun tailwind:build'
|
||||
sh 'md-docs'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user