Skip to content

Commit f57cebe

Browse files
chore: Fix Nx parallelisation for vue-query tests (#5635)
Co-authored-by: Dominik Dorfmeister <[email protected]>
1 parent 8bdb55c commit f57cebe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/vue-query/package.json

+9
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@
4242
"build:rollup": "rollup --config rollup.config.js",
4343
"build:types": "tsc --emitDeclarationOnly"
4444
},
45+
"nx": {
46+
"targets": {
47+
"test:lib": {
48+
"dependsOn": [
49+
"test:types"
50+
]
51+
}
52+
}
53+
},
4554
"files": [
4655
"build/lib/*",
4756
"src"

0 commit comments

Comments
 (0)