From 2fef02f46c737dcfa048524efe10a92ec60e32ed Mon Sep 17 00:00:00 2001 From: Sr Izan <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 8 Apr 2023 20:12:55 +0200 Subject: [PATCH] fix: lol me not editing the gh repo --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 97812aa..887a81f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,10 +5,12 @@ pipeline { stage('Build VSCode extension') { steps { // Clone the repository that contains the VSCode extension - git 'https://github.com/username/repo.git' + git 'https://github.com/sern-handler/snippets.git' // Install dependencies sh 'npm install' + + sh 'npm i -g @vscode/vsce' // Build the extension sh 'vsce package'