Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored Mar 15, 2024
1 parent 963897b commit fd4f649
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4


- name: Dependences
run: npm i
- name: Prepublish
run: npm run vscode:prepublish
- name: Package
Expand All @@ -28,6 +30,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Dependences
run: npm i
- name: Prepublish
run: npm run vscode:prepublish
- name: Package
Expand Down

0 comments on commit fd4f649

Please sign in to comment.