update pipline
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user