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

feat: allow skipping the node_modules cleanup #449

Closed
wants to merge 1 commit into from

Conversation

schneider-felix
Copy link
Member

I had some problems where plugins from the shopware store would use scss files from the node_modules directory like this:
image

This would break the theme:compile command because shopware-cli deletes the node_modules directory. While not ideal, the flag I added provides a workaround for this issue by allowing to not delete node_modules.

@schneider-felix
Copy link
Member Author

Alright. Time for vacation. I'm just super dumb. This is not required. shopware-cli only deletes the node_modules directory of the admin bundle. I accidentally excluded node_modules during file upload to the remote server...

Sorry for wasting your time.

@schneider-felix schneider-felix deleted the felix/skip-node-modules-cleanup branch December 17, 2024 13:45
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.

1 participant