UNPKG

react-native-background-upload

Version:

Cross platform http post file uploader with android and iOS background support

11 lines (9 loc) 279 B
const runYarnLock = 'yarn install --frozen-lockfile'; module.exports = { hooks: { 'post-checkout': `if [[ $HUSKY_GIT_PARAMS =~ 1$ ]]; then ${runYarnLock}; fi`, 'post-merge': runYarnLock, 'post-rebase': 'yarn install', 'pre-commit': 'yarn lint-staged', }, };