Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace prepublish with prepublishOnly
https://docs.npmjs.com/cli/v7/using-npm/scripts#life-cycle-scripts prepublish is run before `npm ci` and `npm install` ( but not before `npm publish`). This makes `npm ci --production` fail, since in this case npm will not install typescript before trying to build the project.
- Loading branch information