Skip to content

Commit

Permalink
chore: Fix Nx parallelisation for vue-query tests (#5635)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik Dorfmeister <[email protected]>
  • Loading branch information
lachlancollins and TkDodo authored Jun 27, 2023
1 parent 8bdb55c commit f57cebe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@
"build:rollup": "rollup --config rollup.config.js",
"build:types": "tsc --emitDeclarationOnly"
},
"nx": {
"targets": {
"test:lib": {
"dependsOn": [
"test:types"
]
}
}
},
"files": [
"build/lib/*",
"src"
Expand Down

0 comments on commit f57cebe

Please sign in to comment.