docs: optimize script to ignore builds (#13232)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user