Plugins - dependencies and build #81
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Feature Request
Currently the docker build only copies and installs the root level package.json and dependencies.
This means if you have built custom plugins under /src/plugins, their dependencies are not installed, and the packages are not build
The build script should search and copy any /src/plugins/*/package.json and install their dependencies.
It should also run any "build" scripts found in plugins package.json
The text was updated successfully, but these errors were encountered: