From a45812ba057f17b4d0a824fcbf2da41d2dd92a2b Mon Sep 17 00:00:00 2001 From: Araozu Date: Wed, 27 Mar 2024 21:01:33 -0500 Subject: [PATCH] jenkins again --- Jenkinsfile.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index ebac5bb..d3b2f6d 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -15,7 +15,7 @@ pipeline { } steps { sh 'md-docs' - sh 'bun tailwind:build' + sh './node_modules/.bin/tailwindcss -i ./tailwind.css -o ./static/css/out.css --minify' } } stage('Build bundle') {