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

chore: update files array & build paths #5

Merged
merged 3 commits into from
Dec 20, 2024

Conversation

brionmario
Copy link
Member

Purpose

This pull request includes updates to the .gitignore and package.json files to enhance project configuration and build process. The most important changes are:

.gitignore updates:

  • Added patterns to ignore various log files, diagnostic reports, runtime data, and cache directories. This helps in keeping the repository clean and prevents unnecessary files from being tracked.

package.json updates:

  • Changed the main entry point and types from ./build to ./dist to reflect the new build output directory.
  • Updated the files array to include dist instead of build and added LICENSE to the list of files to be included in the package.

Related Issues

Related PRs

  • N/A

Checklist

  • e2e cypress tests locally verified.
  • Manual test round performed and verified.
  • UX/UI review done on the final implementation.
  • Documentation provided. (Add links if there are any)
  • Unit tests provided. (Add links if there are any)
  • Integration tests provided. (Add links if there are any)

Security checks

@brionmario brionmario changed the title Restructure chore: update files array & build paths Dec 19, 2024
@brionmario brionmario merged commit 5de6709 into asgardeo:main Dec 20, 2024
3 of 4 checks passed
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