When creating your own libraries, should I run my build script before committing or add a "prepare" script to package.json to build the lib on install?
Is there a correct way to do this? I can either build from /src to /lib before committing or have it built on installation of the package. Is this more about personal preference?
No comments:
Post a Comment