diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d5607ec..b459f7a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: key: ${{ runner.os }}-playwright-14 # install dependencies - - run: pnpm install + - run: npx pnpm i -r # dotenv - name: create dotenv diff --git a/apps/bottle/src/app/page.tsx b/apps/bottle/src/app/page.tsx index 454c3c1..bc3c1c5 100644 --- a/apps/bottle/src/app/page.tsx +++ b/apps/bottle/src/app/page.tsx @@ -8,7 +8,7 @@ export default function Home() { - rrrr + rrrrsssss ); }