Skip to content

Commit

Permalink
Update build-extension.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnafnafee committed Sep 23, 2024
1 parent 4146385 commit f389ccb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
cache: "npm"
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci
run: |
npm install -g @vscode/vsce
npm ci
- name: Get NPM Version
id: package-version
uses: martinbeentjes/[email protected]
Expand Down

0 comments on commit f389ccb

Please sign in to comment.