this repo has no description
0
fork

Configure Feed

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

chore: add logging to npm ci command

+3 -2
+3 -2
.github/workflows/lint.yml
··· 15 15 with: 16 16 node-version: 14 17 17 18 - - name: Install Dependencies 19 - run: npm ci 18 + - name: Install dependencies 19 + run: | 20 + npm ci || (echo "Debug log:" && cat /home/runner/.npm/_logs/*.log && exit 1) 20 21 21 22 - name: Run ESLint 22 23 run: npm run lint