You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
gvwilson
changed the title
[BUILD] Invalid build files in dash-renderer build directory
Invalid build files in dash-renderer build directory
Aug 13, 2024
Running the karma tests in dash-renderer (
cd dash/dash-renderer && npm run test
) create build files indash/dash-renderer/build
which contains the renderer distribution, these files should not be distributed along the package and fails thepostbuild escheck
.Could add a clean command before the build or change the karma config to output it's build in another directory.
The text was updated successfully, but these errors were encountered: