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 a bad import path #2

Closed
wants to merge 1 commit into from
Closed

Fix a bad import path #2

wants to merge 1 commit into from

Conversation

peternied
Copy link
Owner

Description

Found a case where the import was done using a relative reference, instead of using a package reference causing a build break in some circumstances.

Issues Resolved

Testing

Using relative path import is fundamentally wrong, as long as CI works this fix works. Verified that there are no other references to ../packages/ in the codebase as well.

Check List

  • New functionality includes testing
  • New functionality has been documented
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

- Resolves opensearch-project#1487

Signed-off-by: Peter Nied <petern@amazon.com>
Signed-off-by: Peter Nied <peternied@hotmail.com>
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.

[BUG] FATAL Error: Cannot find module '../../../../packages/osd-std'
1 participant