update pipline

This commit is contained in:
2025-07-20 12:08:14 +02:00
parent 7c8634b971
commit 9db2f0f7ac
+5 -1
View File
@@ -17,7 +17,11 @@ jobs:
with:
node-version: 20
- name: Install NPM Packages
run: npm i
run: |
npm i /
cd ./client
npm i
cd ..
- name: Install VSCE
run: npm -g i @vscode/vsce
- name: Build Package Files