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

Properly override the sass-parser dependency on sass during release #2487

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Jan 13, 2025

Previously we were loading the version variable after running npm install sass@$version, which caused the local path dependency not to
be overwritten and consequently made the sass-parser package
impossible to install.

Closes #2486

Previously we were loading the version variable after running `npm
install sass@$version`, which caused the local path dependency not to
be overwritten and consequently made the sass-parser package
impossible to install.
@nex3 nex3 requested a review from Goodwine January 13, 2025 22:00
@nex3
Copy link
Contributor Author

nex3 commented Jan 13, 2025

Build failures should be fixed by #2488

@nex3 nex3 merged commit 8818d93 into main Jan 13, 2025
39 checks passed
@nex3 nex3 deleted the sass-parser-dep branch January 13, 2025 23:00
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 install sass-parser using Yarn
2 participants