From 9dfc2803830b01ca980e12ce6014d4bfc4c52deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oktay=20=C5=9Eenkan?= Date: Sat, 5 Oct 2024 15:04:19 +0300 Subject: [PATCH] build: fix nuxt-app turbo configuration --- apps/nuxt-app/package.json | 3 ++- turbo.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/nuxt-app/package.json b/apps/nuxt-app/package.json index f59bf66..2fef4a8 100644 --- a/apps/nuxt-app/package.json +++ b/apps/nuxt-app/package.json @@ -20,6 +20,7 @@ "eslint": "^8.57.0", "nuxt": "^3.13.2", "vue": "^3.4.21", - "vue-router": "^4.3.0" + "vue-router": "^4.3.0", + "@oktaytest/vue": "*" } } diff --git a/turbo.json b/turbo.json index 76f7771..76124e5 100644 --- a/turbo.json +++ b/turbo.json @@ -3,6 +3,7 @@ "ui": "tui", "tasks": { "build": { + "cache": false, "inputs": ["$TURBO_DEFAULT$", ".env*"], "outputs": ["dist/**", ".next/**", "!.next/cache/**"], "dependsOn": ["^build"] @@ -74,7 +75,7 @@ "dependsOn": ["vite#build", "vue#build"] }, "nuxt-app#build": { - "dependsOn": ["nuxt#build"] + "dependsOn": ["nuxt#build", "vue#build"] }, "svelte-app#build": { "dependsOn": ["svelte#build"]