diff --git a/.github/workflows/build-plugin.yaml b/.github/workflows/build-plugin.yaml index 1e18c93..abb3058 100644 --- a/.github/workflows/build-plugin.yaml +++ b/.github/workflows/build-plugin.yaml @@ -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