Skip to content

Commit

Permalink
pnpm vsce package ... --no-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cho committed Aug 5, 2024
1 parent 0a76f43 commit 3b0c2cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: pnpm dlx 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 }} --no-dependencies
working-directory: clients/vscode

# XXX: I don't think no-server version is needed for now.
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
working-directory: clients/vscode

- name: Package Extension
run: pnpm dlx vsce package -o "../../dist/fluent-bit-language-server-alpine-x64.vsix" --target alpine-x64
run: pnpm dlx vsce package -o "../../dist/fluent-bit-language-server-alpine-x64.vsix" --target alpine-x64 --no-dependencies
working-directory: clients/vscode

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

0 comments on commit 3b0c2cf

Please sign in to comment.