Skip to content

Commit

Permalink
.-. gh action install dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake committed Apr 13, 2024
1 parent f7b78d0 commit 2beb486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extension-preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: "🏁 build extension"
run: |
cd vscExtension
npm i --omit=optional --omit=dev --no-fund --progress=false
npm i --omit=optional --include=dev --no-fund --progress=false
npm run pack
- name: "🚀 release extension"
Expand Down

0 comments on commit 2beb486

Please sign in to comment.