From 9a9bc37b431cb14291d46f795db9dc0b522eaa43 Mon Sep 17 00:00:00 2001 From: Araozu Date: Wed, 25 Oct 2023 20:58:03 -0500 Subject: [PATCH] jenkins --- Jenkinsfile.groovy | 1 + package.json | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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" } }