Closed strarsis closed 10 months ago
Using npm for executing the translation-specific scripts (in package.json) makes the translation-scripts compatible with projects that are using npm instead of yarn (and where no yarn is installed/available for that node environment/version).
npm
package.json
yarn
node
Using
npm
for executing the translation-specific scripts (inpackage.json
) makes the translation-scripts compatible with projects that are usingnpm
instead ofyarn
(and where noyarn
is installed/available for thatnode
environment/version).