Skip to content

Commit

Permalink
Fix vscode release (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilmveel authored May 29, 2024
1 parent 4d5e26a commit 255f655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
node-version: 18
- name: Build lib
run: |
./gradlew :src:compiler:lib:build
./gradlew :src:plugin:npm:build
- name: Build vscode extension
working-directory: ./src/ide/vscode
run: |
Expand Down

0 comments on commit 255f655

Please sign in to comment.