Closed ibgreen closed 2 months ago
yarn run publish-prod
just terminates after / in the tests. If the expectation is that the actual publish would happen through a github action,
1) that action is not in place
2) it would be nice with a message in the console indicating that this is what is happening.
Probably because there's no packages defined in lerna.json.
OK will add. Strangely it did however publish fine before with this lerna.json
Probably because there's no packages defined in lerna.json
Tried adding modules (https://github.com/visgl/deck.gl-community/pull/127).
But yarn run publish-prod
is still a silent quitter.
lerna.json#packages
is optional in newer Lerna versions, and defaults to package.json#workspaces
. Assuming that we do want Lerna to manage all of the workspaces, perhaps we want to remove the requirement of having lerna.json#packages
eventually.
Module
Description
yarn run publish-prod
does not actually publish anythingExpected Behavior
No response
Steps to Reproduce
yarn run publish-prod
Environment
Logs
No response