From 7f3b35593f4d58f68eab9073d4d77e2fc36a67c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Fri, 10 Mar 2023 10:34:38 +0100 Subject: [PATCH] chore: tweak turbo config --- docs/package.json | 9 --------- pnpm-lock.yaml | 18 ------------------ turbo.json | 12 +++++++++++- 3 files changed, 11 insertions(+), 28 deletions(-) diff --git a/docs/package.json b/docs/package.json index 22ee3e6f..53f471a9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,20 +15,11 @@ "snippets": "node scripts/generate-snippets.mjs" }, "dependencies": { - "@auth/core": "workspace:*", - "@auth/sveltekit": "workspace:*", "@mdx-js/react": "1.6.22", - "@next-auth/firebase-adapter": "workspace:*", - "@next-auth/dgraph-adapter": "workspace:*", - "@next-auth/prisma-adapter": "workspace:*", - "@next-auth/mongodb-adapter": "workspace:*", - "@next-auth/typeorm-legacy-adapter": "workspace:*", - "@next-auth/dynamodb-adapter": "workspace:*", "@sapphire/docusaurus-plugin-npm2yarn2pnpm": "1.1.4", "classnames": "^2.3.2", "mdx-mermaid": "1.2.2", "mermaid": "9.0.1", - "next-auth": "workspace:*", "prism-react-renderer": "1.3.5", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9c2419d9..41a65526 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -215,8 +215,6 @@ importers: docs: specifiers: - '@auth/core': workspace:* - '@auth/sveltekit': workspace:* '@docusaurus/core': 2.2.0 '@docusaurus/eslint-plugin': 2.2.0 '@docusaurus/module-type-aliases': 2.2.0 @@ -224,18 +222,11 @@ importers: '@docusaurus/theme-common': 2.2.0 '@docusaurus/types': 2.2.0 '@mdx-js/react': 1.6.22 - '@next-auth/dgraph-adapter': workspace:* - '@next-auth/dynamodb-adapter': workspace:* - '@next-auth/firebase-adapter': workspace:* - '@next-auth/mongodb-adapter': workspace:* - '@next-auth/prisma-adapter': workspace:* - '@next-auth/typeorm-legacy-adapter': workspace:* '@sapphire/docusaurus-plugin-npm2yarn2pnpm': 1.1.4 classnames: ^2.3.2 docusaurus-plugin-typedoc: 1.0.0-next.2 mdx-mermaid: 1.2.2 mermaid: 9.0.1 - next-auth: workspace:* prism-react-renderer: 1.3.5 react: ^18.2.0 react-dom: ^18.2.0 @@ -244,20 +235,11 @@ importers: typedoc: ^0.23.24 typedoc-plugin-markdown: 4.0.0-next.2 dependencies: - '@auth/core': link:../packages/core - '@auth/sveltekit': link:../packages/frameworks-sveltekit '@mdx-js/react': 1.6.22_react@18.2.0 - '@next-auth/dgraph-adapter': link:../packages/adapter-dgraph - '@next-auth/dynamodb-adapter': link:../packages/adapter-dynamodb - '@next-auth/firebase-adapter': link:../packages/adapter-firebase - '@next-auth/mongodb-adapter': link:../packages/adapter-mongodb - '@next-auth/prisma-adapter': link:../packages/adapter-prisma - '@next-auth/typeorm-legacy-adapter': link:../packages/adapter-typeorm-legacy '@sapphire/docusaurus-plugin-npm2yarn2pnpm': 1.1.4 classnames: 2.3.2 mdx-mermaid: 1.2.2_mermaid@9.0.1+react@18.2.0 mermaid: 9.0.1 - next-auth: link:../packages/next-auth prism-react-renderer: 1.3.5_react@18.2.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 diff --git a/turbo.json b/turbo.json index 67d547f2..898c01a5 100644 --- a/turbo.json +++ b/turbo.json @@ -54,7 +54,17 @@ "cache": false }, "docs#build": { - "dependsOn": ["^build"], + "dependsOn": [ + "@auth/core#build", + "@auth/sveltekit#build", + "@next-auth/firebase-adapter#build", + "@next-auth/dgraph-adapter#build", + "@next-auth/prisma-adapter#build", + "@next-auth/mongodb-adapter#build", + "@next-auth/typeorm-legacy-adapter#build", + "@next-auth/dynamodb-adapter#build", + "next-auth#build" + ], "outputs": [ ".docusaurus/**/*", "build/**/*",