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: remove extension folder before linking dist #21

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

Conversation

mcmxcdev
Copy link
Contributor

@mcmxcdev mcmxcdev commented Oct 22, 2024

Changes

  • add remove command to linkdist npm script to ensure files are generated in correct hierarchy

Screenshots

Before
image

After
image

Motivation

With this simple change, the [email protected] is now always the symlinked folder instead of there being a symlinked dist folder within that folder.

One thing to consider: rm -rf is a command that would not be working for Windows users. This is a pre-existing problem though in the codebase and can be ignored (Windows users can be using WSL too)

Closes #20

- add remove command to linkdist npm script to ensure files are generated in correct hierarchy
@mcmxcdev mcmxcdev marked this pull request as ready for review October 22, 2024 15:21
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.

Unable to contribute to local development
1 participant