-
Notifications
You must be signed in to change notification settings - Fork 208
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
Published agoric-cli
package is missing most files
#4169
Comments
One approach for the testing might be to do a actual publish to a test registry like https://verdaccio.org/ then do a |
Even when fixing the |
Next up is |
And when manually adding
According to @kriskowal, workaround (for now) is to apply to following patch:
|
Next up, we're back in the
This is on a dapp just created by Cause of the failure is: agoric-sdk/packages/agoric-cli/src/install.js Lines 218 to 219 in e852ee5
Admittedly I have no idea why we're looking up 3 directories? |
Removing that chunk of code allows |
agoric-cli
package is brokenagoric-cli
package is missing most files
Describe the bug
agoric-cli
'spackage.json
contains afiles
entry which is out of date with the content of the package. As a result, only thesrc/main.js
ends up in the published package.To Reproduce
Steps to reproduce the behavior:
yarn global add agoric@dev
agoric
binls -laR ~/.config/yarn/global/node_modules/agoric/
Expected behavior
A package containing all needed files
Platform Environment
dev
Additional context
We should have a test that exercises the content of the published packages to make sure all is ok with them
Screenshots
The text was updated successfully, but these errors were encountered: