We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f2bd29 + 5aeff9d commit f0f37b5Copy full SHA for f0f37b5
1 file changed
scripts/generate-api-docs.js
@@ -102,7 +102,7 @@ async function generateApiDocs(options) {
102
// Clone the contracts repository
103
console.log("📦 Cloning contracts repository...");
104
execSync(
105
- `git clone --depth 1 --branch "${contractsBranch}" --recurse-submodules "${contractsRepo}" "${tempDir}"`,
+ `git clone --depth 1 --revision "${contractsBranch}" --recurse-submodules "${contractsRepo}" "${tempDir}"`,
106
{
107
stdio: "inherit",
108
},
0 commit comments