Skip to content

Commit

Permalink
add nx not to run next and nuxt at once
Browse files Browse the repository at this point in the history
  • Loading branch information
sethidden committed May 24, 2024
1 parent b012444 commit 0b3333a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": []
}
}
},
"defaultBase": "main",
"targetDefaults": {
"@vue-storefront/nuxt:test": {
"dependsOn": [
"@vue-storefront/next:text",
"^build"
]
}
}
}

0 comments on commit 0b3333a

Please sign in to comment.