this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use npm scripts instead of framework-specific commands

+2 -2
+1 -1
.github/workflows/format-check.yml
··· 13 13 with: 14 14 node-version: 20 15 15 - run: npm ci 16 - - run: npx biome check 16 + - run: npm run formatting-check
+1 -1
.github/workflows/playwright.yml
··· 22 22 - name: Install Playwright Browsers 23 23 run: npx playwright install --with-deps webkit --only-shell 24 24 - name: Run Playwright tests 25 - run: npx playwright test 25 + run: npm run test 26 26 - uses: actions/upload-artifact@v4 27 27 if: ${{ !cancelled() }} 28 28 with: