You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the Docker images rely on the package being available and then installing that, instead of building the package locally. We can instead use npm pack. yarn add seems like it used to support installing from a tarball. https://classic.yarnpkg.com/lang/en/docs/cli/add/ However, the new Yarn version doesn't mention that a local filepath is supported. https://yarnpkg.com/cli/add 😮💨
Right now, we can end up in a state where we publish a package to npm but there is no matching Docker image because the image failed to build.
The text was updated successfully, but these errors were encountered: