Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: enable shallow checkout for cactbot (#449)
This would significantly reduce the size of the whole repository, especially when you enable the `sparse-checkout` feature to only checkout the subset like below: ``` resources/*.ts types/ ui/ package*.json tsconfig.json ``` But you'll need to manually type `git submodule update --depth <number>` to enable it.
- Loading branch information