Skip to content

Commit 995131d

Browse files
committed
chore: seq test
1 parent 96cc4fe commit 995131d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",
7-
"test": "pnpm run -r test",
7+
"test": "pnpm run -r --sequential test",
88
"test:unit": "pnpm run -r test:unit",
99
"test:types": "pnpm run -r test:types",
1010
"lint": "eslint . --ext js,vue,ts",

0 commit comments

Comments
 (0)