#988559 Support reading from lerna.json to find components automatically

#988559#5
Date:
2021-05-15 18:18:50 UTC
From:
To:
Example module @toast-ui/editor

Read lerna.json and install these similar to entries in
debian/nodejs/components

{
  "packages": ["apps/*", "plugins/*", "libs/*"],
  "version": "2.1.0"
}

#988559#10
Date:
2021-05-15 18:30:31 UTC
From:
To:
Le 15/05/2021 à 20:18, Pirate Praveen a écrit :

Hi,

pkg-js-tools doesn't modify debian/* files for now. Maybe this is the
job of npm2deb ?

#988559#15
Date:
2021-05-15 18:33:07 UTC
From:
To:
That will work too, or pkg-js-tools could read this directly, may be
npm2deb is better option.