Skip to content

Commit cbf798b

Browse files
committed
chore: remove npm ls job
this job was allowed to fail and only used for debugging purpose in the past. Therefore it will be removed. closes #507
1 parent e363ce8 commit cbf798b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/static.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ jobs:
4444
${{ runner.os }}-build-
4545
${{ runner.os }}-
4646
47-
- if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
48-
name: List the state of node modules
49-
continue-on-error: true
50-
run: npm list
51-
5247
- name: Install dependencies
5348
run: npm ci
5449

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)