mirror of
https://github.com/evdboom/Bindery.git
synced 2026-07-22 17:00:29 +00:00
Update .github/workflows/release.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
0285c0dcdb
commit
63b71ac293
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
cd mcp-ts && npm ci --omit=dev --omit=optional
|
||||
cp -r node_modules ../vscode-ext/mcp-ts/node_modules
|
||||
# Remove docs/tests/maps from dependencies to keep VSIX size and file-count lower
|
||||
cd ../vscode-ext/mcp-ts && npx --yes node-prune
|
||||
cd ../vscode-ext/mcp-ts && npx --yes node-prune@1.0.2
|
||||
|
||||
- name: Set version from tag and publish extension
|
||||
# package.json ships with version "0.0.0" — the real version is injected here from the release tag
|
||||
|
|
|
|||
Loading…
Reference in a new issue