sunny-cli-tools
v0.0.5
Published
## git-lfs-pull按需拉取大文件
Downloads
9
Readme
命令行工具
git-lfs-pull按需拉取大文件
可以考虑作为npm script的前置操作,例如
{
"git-lfs拉取当前编译所需文件": "",
"git:lfs:pull": "git-lfs-pull-on-demand",
"next基础命令": "",
"preserve": "yarn git:lfs:pull",
"serve": "next dev",
"prebuild": "yarn git:lfs:pull",
"build": "next build",
}