1 Star 0 Fork 0

MR03 / react-native-background-upload-patch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
husky.config.js 279 Bytes
一键复制 编辑 原始数据 按行查看 历史
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',
},
};
Java
1
https://gitee.com/mr03/react-native-background-upload-patch.git
git@gitee.com:mr03/react-native-background-upload-patch.git
mr03
react-native-background-upload-patch
react-native-background-upload-patch
master

搜索帮助