diff --git a/Jenkinsfile b/Jenkinsfile index 0c860f8..b00d5be 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,7 @@ pipeline { stage('Build / Package') { steps { - sh 'yarn install' + sh 'yarn add -D wrangler@latest' sh 'yarn docs:build' } } diff --git a/package.json b/package.json index 6a6dc69..64cd665 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "devDependencies": { - "vitepress": "^1.6.3" + "vitepress": "^2.0.0-alpha.16", + "vue": "^3.5.27" }, "scripts": { "docs:dev": "vitepress dev", "docs:build": "vitepress build", "docs:preview": "vitepress preview" - }, - "packageManager": "yarn@4.9.1" -} + } +} \ No newline at end of file