I am installing a typescript module via git. This module has a package.json
file that includes a prepare
script in its scripts section. However, it appears the prepare
script is not executed on npm install <git repository#version>
.
How can I have the prepare
script executed on npm install
via the git repository?