Skip to content

Commit

Permalink
chore: fix VS Code release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Aug 5, 2022
1 parent fd5dd8f commit 8055510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-vscode-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: pnpm/[email protected]
with:
run_install: true
- run: cd .. && pnpm turbo run build --scope=@previewjs/loader --no-deps --include-dependencies
- run: cd .. && pnpm turbo run build --scope=@previewjs/loader --include-dependencies
- name: Extract version from package.json
uses: sergeysova/[email protected]
id: version
Expand Down

0 comments on commit 8055510

Please sign in to comment.