docs: optimize script to ignore builds (#13232)

This commit is contained in:
Shahed Nasser
2025-08-18 10:29:32 +03:00
committed by GitHub
parent c42155ff73
commit 3fb0f9613d
7 changed files with 49 additions and 9 deletions

View File

@@ -7,5 +7,5 @@
"installCommand": "yarn install",
"buildCommand": "turbo run build",
"outputDirectory": ".next",
"ignoreCommand": "bash ../../ignore-build-script.sh"
"ignoreCommand": "bash ../../ignore-build-script.sh api-reference"
}