Skip to content

Commit

Permalink
pnpm dlx
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cho committed Aug 5, 2024
1 parent f654234 commit 0a76f43
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

- name: Package Extension
if: matrix.code-target
run: npx vsce package -o "../../dist/fluent-bit-language-server-${{ matrix.code-target }}.vsix" --target ${{ matrix.code-target }}
run: pnpm dlx vsce package -o "../../dist/fluent-bit-language-server-${{ matrix.code-target }}.vsix" --target ${{ matrix.code-target }}
working-directory: clients/vscode

# XXX: I don't think no-server version is needed for now.
Expand Down Expand Up @@ -143,9 +143,8 @@ jobs:
- run: pnpm install
working-directory: clients/vscode

- name: Package Extension (release)
if: github.ref == 'refs/heads/release'
run: npx vsce package -o "../../dist/rust-analyzer-alpine-x64.vsix" --target alpine-x64
- name: Package Extension
run: pnpm dlx vsce package -o "../../dist/fluent-bit-language-server-alpine-x64.vsix" --target alpine-x64
working-directory: clients/vscode

- run: rm -rf editors/code/server
Expand Down

0 comments on commit 0a76f43

Please sign in to comment.