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 wally package structure #28

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Conversation

BusyCityGuy
Copy link
Owner

Currently, the published Wally packages are missing the StateQ folder despite being included in wally.toml because the exclude * is excluding the src folder, which overrides the inclusion of subfolders of src.

This PR adds src to include, so that the src/StateQ and src/StateQ/** actually get included. This means src/TestService will still be excluded as intended because src/** is not included.

@BusyCityGuy BusyCityGuy added the bug Something isn't working label Sep 27, 2024
@BusyCityGuy BusyCityGuy merged commit f706e93 into main Sep 27, 2024
5 checks passed
@BusyCityGuy BusyCityGuy deleted the fix/wally-package-structure branch September 27, 2024 01:17
@BusyCityGuy BusyCityGuy restored the fix/wally-package-structure branch September 27, 2024 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant