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.
Description
This PR is meant to test an another potential solution to the warning generated in 3.2.1 of the api-mesh plugin.
Unfortunately, the changes in the #111 (wherein we reverted the mesh builder package to a known working version) did not clear the warning.
Upon examining the changes from
3.2.0 -> 3.2.1
, one possible cause was the introduction ofyarn
to build and publish the plugin instead ofnpm
. It is possible that the aio cli loads its plugin in a manner where its dependency resolution (as managed by yarn) result in error.Related Issue
https://jira.corp.adobe.com/browse/CEXT-2672
Motivation and Context
This PR is to restore the github workflows which use npm instead of yarn to publish the plugin. We can then install the published package and observe whether the warning is cleared. The npm package will be published as
v3.2.1-beta2
with abeta
tag so it is not automatically installed as alatest
version.To reiterate, the warning has always been present when linking the plugin source locally. However, the warning has NOT been present when installing a published package. Thus in order to test, a publish is required.
We are using a beta version to ensure developers do not install the package when fetching the latest version.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: