Skip to content

Commit a85924c

Browse files
authored
(fix) just ci stuff
ugh
1 parent 1c4056c commit a85924c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/DeployExtensionsProd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# To deploy we need isolated node_modules folders which pnpm won't do because it is a workspace
3333
# So, remove the workspace
34-
- run: "rm package.json pnpm-workspace.yaml pnpm-lock.yaml" # Re-run the pnpm install outside of the workspace
34+
- run: "rm package.json pnpm-workspace.yaml pnpm-lock.yaml packages/svelte-vscode/node_modules" # Re-run the pnpm install outside of the workspace
3535
# ... and remove the workspace:* references
3636
- run: json -I -f packages/svelte-vscode/package.json -e 'this.dependencies["svelte-language-server"]="*"'
3737
- run: json -I -f packages/svelte-vscode/package.json -e 'this.dependencies["typescript-svelte-plugin"]="*"'

0 commit comments

Comments
 (0)