diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index 1aa63f7..21b2b41 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -13,6 +13,7 @@ pipeline { } stage('Build') { steps { + sh 'bun install -p' sh 'bun tailwind:build' sh 'md-docs' } diff --git a/package.json b/package.json index 951067d..8cb9fc4 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,11 @@ "keywords": [], "author": "", "license": "ISC", + "dependencies": { + "tailwindcss": "^3.2.7" + }, "devDependencies": { "concurrently": "^8.2.0", - "serve": "^14.2.0", - "tailwindcss": "^3.2.7" + "serve": "^14.2.0" } }