Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Npm scripts: use "prepare" instead of "prepublishOnly"
When a prepare script is defined, npm and yarn will build uppy automatically if it's being depended on through a git URL. This is useful when downstream projects don't want to wait for the next release to be tagged. See npm/npm#3055 (comment) See also yarnpkg/yarn#3553
- Loading branch information