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 generate notices script #43

Merged
merged 4 commits into from
Jul 12, 2024
Merged

Fix generate notices script #43

merged 4 commits into from
Jul 12, 2024

Conversation

yen-tt
Copy link
Collaborator

@yen-tt yen-tt commented Jul 12, 2024

Github actions were failing (PR) at the generate notices step because both chat-core and chat-core-aws-connect attempt to run the script in the same temp/ folder, and deleting/overriding over each other.

This PR updates the generate-notices.sh script to use specific temp folder (temp-{packageName}) when generating build and notices.

Also removed top level LICENSE file. Each packages should provide their own in their respective folder already.

TEST=manual&auto

successfully ran npm run build in root directory

see commit below where all GH actions passed with a version bump for chat-core.

@yen-tt yen-tt requested a review from a team as a code owner July 12, 2024 17:03
@yen-tt yen-tt changed the title test Fix generate notices script Jul 12, 2024
@yen-tt yen-tt merged commit e3e9736 into main Jul 12, 2024
8 checks passed
@yen-tt yen-tt deleted the dev/fix-license-generation branch July 12, 2024 17:53
anguyen-yext2 pushed a commit that referenced this pull request Jul 15, 2024
Github actions were failing ([PR](#40)) at the generate notices step because both `chat-core` and `chat-core-aws-connect` attempt to run the script in the same `temp/` folder, and deleting/overriding over each other.

This PR updates the generate-notices.sh script to use specific temp folder (`temp-{packageName}`) when generating build and notices.

Also removed top level LICENSE file. Each packages should provide their own in their respective folder already.

TEST=manual&auto

successfully ran `npm run build` in root directory

see [commit](785a297) below where all GH actions passed with a version bump for chat-core.
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.

2 participants