Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsomers101 authored Jan 30, 2024
1 parent 55e7114 commit f324e0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
-
name: install npm
run: npm install
- name: install esbuild
run: npm i --global esbuild
-
name: prepublish
run: npm run vscode:prepublish
Expand All @@ -26,4 +28,4 @@ jobs:
needs: build
if: github.ref == 'refs/heads/master'
uses: ./.github/workflows/Release.yml
secrets: inherit
secrets: inherit

0 comments on commit f324e0c

Please sign in to comment.