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 7c3cc20
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": []
}
}
},
"defaultBase": "main",
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
]
},
"@vue-storefront/nuxt:test": {
"dependsOn": [
"@vue-storefront/next:text",
"^build"
]
}
}
}

0 comments on commit 7c3cc20

Please sign in to comment.