reduxjs / redux-devtools

DevTools for Redux with hot reloading, action replay, and customizable UI

Home Page:http://youtube.com/watch?v=xsSnOQynTHs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open a PR for the react-json-tree package but the build is failing

lucataglia opened this issue · comments

I've opened this PR in the react-json-tree package to add the collapse/expand all feature that I need for my project. The build is failing because of an error about the react-base16-styling package. On my computer I was able to solve the error by running the yarn build:all command from the root of the project. Running that command the lib folder of the react-base16-styling package was created. Could be that some commands are missing from the CI workflow ?

image

I disabled running only affected packages in CI in #1449 because it was causing issues like this. Let me know if you have any further issues with this.