chore: seq test

This commit is contained in:
Guillaume Chau
2023-09-12 16:58:05 +02:00
parent 96cc4fe78a
commit 995131d48b
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",
"test": "pnpm run -r test",
"test": "pnpm run -r --sequential test",
"test:unit": "pnpm run -r test:unit",
"test:types": "pnpm run -r test:types",
"lint": "eslint . --ext js,vue,ts",