Skip to content

Commit

Permalink
feat(workflow): add dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
1nchy committed Aug 11, 2024
1 parent 686c736 commit c7dca2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
node-version: "20.x"
- name: DevDependency
run: |
npm install -g mocha node vscode eslint-plugin parser test-cli test-electron eslint typescript
npm install -g @types/mocha @types/node @types/vscode
npm install -g @typescript-eslint/eslint-plugin @typescript-eslint/parser
npm install -g @vscode/test-cli @vscode/test-electron
npm install -g eslint typescript
- name: Dependency
run: |
npm install -g vsce axios comment-json
Expand Down

0 comments on commit c7dca2b

Please sign in to comment.