diff --git a/.github/workflows/vercel.yml b/.github/workflows/vercel.yml index c6307fa..1dc6217 100644 --- a/.github/workflows/vercel.yml +++ b/.github/workflows/vercel.yml @@ -25,7 +25,7 @@ jobs: run: pnpm install - name: Deploy to Vercel - run: pnpm run deploy.vercel -- --token=${{ secrets.VERCEL_QWIK_CITY_E2E_TOKEN }} + run: pnpm run deploy.vercel --token=${{ secrets.VERCEL_QWIK_CITY_E2E_TOKEN }} env: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} diff --git a/playwright.config.ts b/playwright.config.ts index 89fffb9..76c05b1 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -25,7 +25,7 @@ const config: PlaywrightTestConfig = { server: "dev", }, webServer: { - command: "pnpm run dev -- --port 3005", + command: "pnpm run dev --port 3005", port: 3005, stdout: "pipe", stderr: "pipe",