diff --git a/packages/remix/package.json b/packages/remix/package.json index 04ffc458966d..63fff0fa9de1 100644 --- a/packages/remix/package.json +++ b/packages/remix/package.json @@ -110,8 +110,8 @@ "test:integration:ci": "run-s test:integration:clean test:integration:prepare test:integration:client:ci test:integration:server", "test:integration:prepare": "(cd test/integration && yarn install)", "test:integration:clean": "(cd test/integration && rimraf .cache node_modules build)", - "test:integration:client": "yarn playwright install-deps && yarn playwright test test/integration/test/client/ --project='chromium'", - "test:integration:client:ci": "yarn test:integration:client", + "test:integration:client": "yarn playwright install-deps chromium && yarn playwright test test/integration/test/client/ --project='chromium'", + "test:integration:client:ci": "yarn playwright test test/integration/test/client/ --project='chromium'", "test:integration:server": "export NODE_OPTIONS='--stack-trace-limit=25' && vitest run", "test:unit": "vitest run --config vitest.config.unit.ts", "test:watch": "vitest --watch --config vitest.config.unit.ts",