camunda / camunda-modeler-custom-linter-rules-plugin

Add custom lint rules to the Camunda Modeler
8 stars 10 forks source link

Check in the bundled plugin in the repo #44

Closed barmac closed 1 day ago

barmac commented 2 months ago

Right now, you cannot just git clone the plugin and run it. This leads to an error, and a user has to npm install && npm run all before usage. This should not be required.

nikku commented 2 months ago

To be verified: Does this follow the standard structure of plug-ins? Let's ensure users can get and install this plug-in as they can install others.

barmac commented 2 months ago

In the plugins repo, the bundle is placed in client/client.bundle.js (e.g. https://github.com/camunda/camunda-modeler-plugins/blob/main/bpmn-js-plugin-example/client/client.bundle.js). In this plugin, we use dist directory. We could adjust it when fixing this issue.