Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: resolve symlinks for pnpm windows bundle #192

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bestickley
Copy link
Collaborator

@bestickley bestickley commented Dec 28, 2023

Fixes #183.

Key comment from code:

// Compress-Archive doesn't support resolving symlinks like `zip` command
// does with -y option. Therefore, we need to resolve symlinks then compress.

@bestickley bestickley changed the title fix: remove symlinks for pnpm windows bundle fix: resolve symlinks for pnpm windows bundle Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix: Usage with PNPM on Windows
2 participants