asyncapi-react icon indicating copy to clipboard operation
asyncapi-react copied to clipboard

Workflows failing because of some leftovers scripts

Open derberg opened this issue 5 months ago • 1 comments

Version bump workflow do not work anymore

This PR https://github.com/asyncapi/asyncapi-react/pull/887 introduced some different way of handling dependency info to react component inside playground

@asyncapi/react-component": "file:../library

Since playground is not released as separate package, and people instead should use asyncapi/studio - this change can stay, we just need some scripts cleanup:

TODO:

  • script https://github.com/asyncapi/asyncapi-react/blob/master/playground/package.json#L34 must be removed
  • script file https://github.com/asyncapi/asyncapi-react/blob/master/playground/bump-react-comp.sh must be removed
  • modify https://github.com/asyncapi/asyncapi-react/blob/master/package.json#L34 to not trigger removed playground install script

derberg avatar Jan 18 '24 09:01 derberg