[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

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

ci: update lint fix command

+1 -1
+1 -1
.github/workflows/autofix.yml
··· 28 28 run: pnpm playwright install 29 29 30 30 - name: 🔠 Fix lint errors 31 - run: pnpm lint --fix 31 + run: pnpm lint:fix 32 32 33 33 - name: 🧪 Update unit test snapshots 34 34 run: pnpm test:unit -u