Skip to content

Commit

Permalink
Fix github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Manel Eljishi authored and Manel Eljishi committed Oct 17, 2024
1 parent d5b1550 commit a133202
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ jobs:

- name: Install dependencies
run: |
cd elixir
npm ci
- name: Build TypeScript
run: |
cd elixir/plugin
cd plugin
npx tsc
- name: Commit and push changes
Expand Down

0 comments on commit a133202

Please sign in to comment.