Skip to content

Commit 5510f3d

Browse files
authored
Merge branch 'alpha' into alpha/fix-5538
2 parents f4547ab + f57cebe commit 5510f3d

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)