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
+1 -1
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"
}
+1 -1
View File
@@ -3,5 +3,5 @@
"installCommand": "yarn install",
"buildCommand": "turbo run build",
"outputDirectory": ".next",
"ignoreCommand": "bash ../../ignore-build-script.sh"
"ignoreCommand": "bash ../../ignore-build-script.sh book"
}
+1 -1
View File
@@ -3,5 +3,5 @@
"installCommand": "yarn install",
"buildCommand": "turbo run build",
"outputDirectory": ".next",
"ignoreCommand": "bash ../../ignore-build-script.sh"
"ignoreCommand": "bash ../../ignore-build-script.sh cloud"
}
+1 -1
View File
@@ -3,5 +3,5 @@
"installCommand": "yarn install",
"buildCommand": "turbo run build",
"outputDirectory": ".next",
"ignoreCommand": "bash ../../ignore-build-script.sh"
"ignoreCommand": "bash ../../ignore-build-script.sh resources"
}
+1 -1
View File
@@ -3,7 +3,7 @@
"installCommand": "yarn install",
"buildCommand": "turbo run build",
"outputDirectory": ".next",
"ignoreCommand": "bash ../../ignore-build-script.sh",
"ignoreCommand": "bash ../../ignore-build-script.sh ui",
"redirects": [
{
"source": "/ui/hooks/use-toast",
+1 -1
View File
@@ -3,5 +3,5 @@
"installCommand": "yarn install",
"buildCommand": "turbo run build",
"outputDirectory": ".next",
"ignoreCommand": "bash ../../ignore-build-script.sh"
"ignoreCommand": "bash ../../ignore-build-script.sh user-guide"
}