diff --git a/.github/workflows/Playwright.yml b/.github/workflows/Playwright.yml index e4cbff19..e598e1e3 100644 --- a/.github/workflows/Playwright.yml +++ b/.github/workflows/Playwright.yml @@ -22,7 +22,7 @@ jobs: run: npx playwright install --with-deps - name: Install Dependencies - run: npm run i + run: npm i - name: Build app run: NODE_ENV=test npm run build