You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I'm looking at using npm-bundle, but the application i have copies files from node_modules into the modules directory. We were using postinstall scripts to handle this, but it doesn't work when running npm-bundle.
What would be ideal would be if i could call npm-bundle -o somefilename.tgz so that i could add the files via scripts once the bundle is created. I looked thru the code and it doesn't appear that there is anyway to pass arguments thru to npmPack, but thought i would ask the question anyhow.
Thanks
Andy
The text was updated successfully, but these errors were encountered:
Hi.
I'm looking at using npm-bundle, but the application i have copies files from node_modules into the modules directory. We were using postinstall scripts to handle this, but it doesn't work when running npm-bundle.
What would be ideal would be if i could call npm-bundle -o somefilename.tgz so that i could add the files via scripts once the bundle is created. I looked thru the code and it doesn't appear that there is anyway to pass arguments thru to npmPack, but thought i would ask the question anyhow.
Thanks
Andy
The text was updated successfully, but these errors were encountered: