update pipline
This commit is contained in:
@@ -17,7 +17,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
- name: Install NPM Packages
|
- name: Install NPM Packages
|
||||||
run: npm i
|
run: |
|
||||||
|
npm i /
|
||||||
|
cd ./client
|
||||||
|
npm i
|
||||||
|
cd ..
|
||||||
- name: Install VSCE
|
- name: Install VSCE
|
||||||
run: npm -g i @vscode/vsce
|
run: npm -g i @vscode/vsce
|
||||||
- name: Build Package Files
|
- name: Build Package Files
|
||||||
|
|||||||
Reference in New Issue
Block a user