Skip to content

Commit 0819827

Browse files
Update cloud-staging-build.yaml, update build
1 parent 1d76d24 commit 0819827

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/cloud-staging-build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ jobs:
118118
- name: Setup extension
119119
run: |
120120
cd tmp_extension
121-
npm install
122-
npm run compile:ts
123121
npm install -g @vscode/vsce@3.3.2
124122
npm run build
125123
vsce package
@@ -182,4 +180,4 @@ jobs:
182180
git commit -m "version $VERSION"
183181
git push origin staging
184182
fi
185-
cd ..
183+
cd ..

0 commit comments

Comments
 (0)