Skip to content

Commit

Permalink
build: fix nuxt-app turbo configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Oct 5, 2024
1 parent c2a53ab commit 9dfc280
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
}
}
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"ui": "tui",
"tasks": {
"build": {
"cache": false,
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": ["dist/**", ".next/**", "!.next/cache/**"],
"dependsOn": ["^build"]
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit 9dfc280

Please sign in to comment.