bpmn-io / dmn-js

View and edit DMN diagrams in the browser.
https://bpmn.io/toolkit/dmn-js/
Other
287 stars 136 forks source link

Distros are built twice each #860

Open barmac opened 2 months ago

barmac commented 2 months ago

Describe the Bug

The configuration in the distro task triggers rollup twice for each viewer, and rollup itself contains two UMD configurations. This causes each distro to be built twice.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Run npm run distro
  2. Observer log

If you report a modeling related issue, ensure you can reproduce it on demo.bpmn.io

When reporting a library error, try to build an example that reproduces your problem. You can use our playgrounds for viewer or modeler as a starting point or put a demo up on GitHub for inspection.

Expected Behavior

Run each job once.

Environment

Please complete the following information:

barmac commented 2 months ago

This is not critical, but rather annoying.