Open
Description
Running the karma tests in dash-renderer (cd dash/dash-renderer && npm run test
) create build files in dash/dash-renderer/build
which contains the renderer distribution, these files should not be distributed along the package and fails the postbuild escheck
.
Could add a clean command before the build or change the karma config to output it's build in another directory.