We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96cc4fe commit 995131dCopy full SHA for 995131d
package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"scripts": {
6
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",
7
- "test": "pnpm run -r test",
+ "test": "pnpm run -r --sequential test",
8
"test:unit": "pnpm run -r test:unit",
9
"test:types": "pnpm run -r test:types",
10
"lint": "eslint . --ext js,vue,ts",
0 commit comments