flow-coverage-report icon indicating copy to clipboard operation
flow-coverage-report copied to clipboard

chore: Replace the prepublish script with prepare

Open runarberg opened this issue 8 years ago • 0 comments

The prepublish script has been depricated in favor of prepare. prepublish doesn’t run before npm install in npm v5 which is inconvenient. when pulling straight from the git repository.

See here for details: https://docs.npmjs.com/all#prepublish-and-prepare

runarberg avatar Feb 23 '18 17:02 runarberg