Skip to content
7 changes: 5 additions & 2 deletions packages/vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@
"scripts": {
"clean": "rimraf ./build && rimraf ./coverage",
"test:eslint": "eslint --ext .ts,.tsx ./src",
"test:types": "tsc",
"test:lib": "pnpm run test:2 && pnpm run test:2.7 && pnpm run test:3",
"test:types": "pnpm test:types:2 && pnpm test:types:2.7 && pnpm test:types:3",
"test:types:2": "vue-demi-switch 2 && tsc",
"test:types:2.7": "vue-demi-switch 2.7 && tsc",
"test:types:3": "vue-demi-switch 3 && tsc",
"test:lib": "pnpm test:2 && pnpm test:2.7 && pnpm test:3",
"test:2": "vue-demi-switch 2 vue2 && vitest",
"test:2.7": "vue-demi-switch 2.7 vue2.7 && vitest",
"test:3": "vue-demi-switch 3 && vitest",
Expand Down