abbr / deasync

Turns async function into sync via JavaScript wrapper of Node event loop
MIT License
972 stars 73 forks source link

Delete Build Folder after Postinstall #160

Open Aghassi opened 2 years ago

Aghassi commented 2 years ago

When using tools like Bazel for building, this node_module's build folder has files that have non reproducible natures to them because they have SHA values that change. To resolve this, build folder being deleted as part of post install instead of being left around will fix this. The build folder is not load bearing for the package