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

Address npm bug in release workflow #668

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Address npm bug in release workflow #668

merged 1 commit into from
Oct 11, 2024

Conversation

ciscorn
Copy link
Member

@ciscorn ciscorn commented Oct 11, 2024

npm/cli#4828

Add:

	"optionalDependencies": {
		"@rollup/rollup-darwin-arm64": "4.24.0",
		"@rollup/rollup-win32-x64-msvc": "^4.24.0",
		"@rollup/rollup-linux-x64-gnu": "^4.24.0",
		"@rollup/rollup-darwin-x64": "4.24.0"
	}

@ciscorn ciscorn self-assigned this Oct 11, 2024
@ciscorn ciscorn merged commit c6f2771 into main Oct 11, 2024
6 of 7 checks passed
@ciscorn ciscorn deleted the fix-release branch October 11, 2024 15:39
Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Additional details and impacted files
Components Coverage Δ
GUI 0.00% <ø> (ø)
Backend 74.22% <ø> (ø)
Libraries 89.78% <ø> (ø)

📢 Thoughts on this report? Let us know!

@ciscorn ciscorn changed the title Address npm bug in our release workflow Address npm bug in release workflow Oct 11, 2024
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