We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--single-branch
1 parent 1818d76 commit 830215eCopy full SHA for 830215e
package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"scripts": {
6
"spellcheck": "bash scripts/check-spelling.sh",
7
- "git-update": "git submodule update --init --remote --progress --depth 1",
+ "git-update": "git submodule update --init --remote --progress --depth 1 --single-branch",
8
"prepare-files": "npx vite-node ./scripts/prepare-files.mts",
9
"prepare-sanity-data": "npx vite-node ./scripts/prepare-sanity-data.mts",
10
"docusaurus": "docusaurus",
0 commit comments