Fix CI/CD pipeline and ensure successful deployment #138
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR addresses issues within the CI/CD pipeline to ensure successful deployment. It resolves #137.
Description
This PR addresses several issues within the CI/CD pipeline to ensure successful deployment of the project. The following changes were made:
050dc30
).965248e
).main.yml
(commit0ad62a1
).ff787fb
).vite
npm dependency to version 5.2.12 (commit587c447
)..gitignore
to include the/dist
directory and excludepackage-lock.json
(commitcc638fa
).package.json
(commit2fac50e
).Note: One of the tests failed due to an issue with the editor, not the vite dependency. We need to investigate and address this issue.
Related Issue
Fixes #137
Motivation and Context
The CI/CD pipeline was failing due to several issues, including unresolved imports, build warnings, and outdated configurations. These changes are necessary to ensure that the pipeline completes successfully and the application is deployed without errors.
How Has This Been Tested?
The changes were tested by running the CI/CD pipeline multiple times to ensure that the errors were resolved and the application was deployed successfully. However, one of the tests failed after updating vite from version 4 to version 5. Further investigation is needed to address this issue. The testing environment included:
Types of changes
Checklist: