We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4056c commit a85924cCopy full SHA for a85924c
.github/workflows/DeployExtensionsProd.yml
@@ -31,7 +31,7 @@ jobs:
31
32
# To deploy we need isolated node_modules folders which pnpm won't do because it is a workspace
33
# So, remove the workspace
34
- - run: "rm package.json pnpm-workspace.yaml pnpm-lock.yaml" # Re-run the pnpm install outside of the workspace
+ - run: "rm package.json pnpm-workspace.yaml pnpm-lock.yaml packages/svelte-vscode/node_modules" # Re-run the pnpm install outside of the workspace
35
# ... and remove the workspace:* references
36
- run: json -I -f packages/svelte-vscode/package.json -e 'this.dependencies["svelte-language-server"]="*"'
37
- run: json -I -f packages/svelte-vscode/package.json -e 'this.dependencies["typescript-svelte-plugin"]="*"'
0 commit comments