Skip to content

Commit a1d615d

Browse files
committed
chore: Fix CI
1 parent 69ac7d5 commit a1d615d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/e2e/react-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "vite --port 4000",
88
"build": "tsc -b && vite build",
99
"preview": "vite preview",
10-
"test": "pnpm run --parallel --stream --filter e2e-react-router '/^test:/'",
10+
"test": "pnpm run '/^test:/'",
1111
"test:unit": "vitest",
1212
"test:e2e": "echo 'todo: Implement e2e tests'"
1313
},

packages/e2e/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "vite --port 4000",
88
"build": "tsc -b && vite build",
99
"preview": "vite preview",
10-
"test": "pnpm run --parallel --stream --filter e2e-react '/^test:/'",
10+
"test": "pnpm run '/^test:/'",
1111
"test:unit": "vitest",
1212
"test:e2e": "echo 'todo: Implement e2e tests'"
1313
},

packages/e2e/remix/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev": "remix vite:dev --port 4001",
99
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
1010
"start": "remix-serve ./build/server/index.js",
11-
"test": "pnpm run --parallel --stream --filter e2e-remix '/^test:/'",
11+
"test": "pnpm run '/^test:/'",
1212
"test:e2e": "echo \"todo: Add e2e tests for Remix\"",
1313
"test:types": "tsc"
1414
},

packages/nuqs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"prebuild": "rm -rf dist",
105105
"build": "tsup",
106106
"postbuild": "size-limit --json > size.json",
107-
"test": "pnpm run --parallel --stream '/^test:/'",
107+
"test": "pnpm run '/^test:/'",
108108
"test:types": "tsd",
109109
"test:unit": "vitest run",
110110
"test:size": "size-limit",

0 commit comments

Comments
 (0)