Add default build options handling to Yarn and Npm #441
Labels
commandlet
enhancement
New feature or request
npm
node package manager
yarn
package manager alternative to npm
As a an IDEasy npm and yarn user I want to build my projects using proper default settings.
Currently the defaults for both tools are empty and need to be added according to the old implementations.
For NPM check: #340 (comment)
https://github.com/devonfw/ide/blob/cdf4af5de21489f3fdcbfdab41af858822e0d598/scripts/src/main/resources/scripts/command/npm#L118-L124
and
https://github.com/devonfw/ide/blob/cdf4af5de21489f3fdcbfdab41af858822e0d598/scripts/src/main/resources/scripts/command/npm#L92-L98
For Yarn check: #340 (comment)
https://github.com/devonfw/ide/blob/cdf4af5de21489f3fdcbfdab41af858822e0d598/scripts/src/main/resources/scripts/command/yarn#L88-L94
The text was updated successfully, but these errors were encountered: