From 269670167ca5c1c68c538fb0ce31b3fbd04de333 Mon Sep 17 00:00:00 2001 From: Araozu Date: Wed, 25 Oct 2023 21:18:37 -0500 Subject: [PATCH] jenkins --- Jenkinsfile.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index 4312b93..f874d62 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -21,7 +21,7 @@ pipeline { PATH = "${env.WORKSPACE}/node_modules/.bin:${env.PATH}" } steps { - sh 'tailwindcss -i ./tailwind.css -o ./static/css/out.css --minify' + sh 'bun run tailwind:build' sh 'md-docs' } }