What lifecycle scripts should be defined in package.json to enable using my package as a `git:` dependency for all package managers?
Currently using my package as a git:
dependency doesn’t work because we use TypeScript and generated JS files aren’t in the Git repo.