deep-foundation / npm-packager

NPM packager package for Deep. It handles installation and publication of deep packages.
https://www.npmjs.com/package/@deep-foundation/npm-packager
The Unlicense
8 stars 1 forks source link

Replace execSync with its async version #59

Open Konard opened 1 year ago

Konard commented 1 year ago

Is your feature request related to a problem? Please describe.

This should increase performance of npm-packager and the docker container. This may allow to execute multiple operations at the same time.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response