diff --git a/docs/core_docs/package.json b/docs/core_docs/package.json index 5f58ce86dfc5..fcb86dda8dc1 100644 --- a/docs/core_docs/package.json +++ b/docs/core_docs/package.json @@ -8,7 +8,7 @@ "build": "yarn clean && yarn build:typedoc && rimraf ./build && NODE_OPTIONS=--max-old-space-size=7168 DOCUSAURUS_SSR_CONCURRENCY=4 docusaurus build", "build:vercel": "yarn clean && yarn build:typedoc:vercel && rimraf ./build && NODE_OPTIONS=--max-old-space-size=7168 DOCUSAURUS_SSR_CONCURRENCY=4 docusaurus build", "build:typedoc": "yarn run turbo:command build --filter=api_refs", - "build:typedoc:vercel": "yarn run turbo:command build:vercel --filter=api_refs", + "build:typedoc:vercel": "yarn workspace api_refs build:vercel", "swizzle": "docusaurus swizzle", "deploy": "docusaurus deploy", "clear": "docusaurus clear",