We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71dd289 commit e2ebf04Copy full SHA for e2ebf04
.github/workflows/ci.yml
@@ -67,12 +67,6 @@ jobs:
67
- name: Check that package-lock.json is in sync with package.json
68
run: git diff --exit-code package-lock.json
69
70
- - name: Run npm dedupe
71
- run: npm dedupe
72
-
73
- - name: Check that package-lock.json doesn't contain unnecessary duplicates
74
- run: git diff --exit-code package-lock.json
75
76
- name: Check that package-lock.json doesn't have conflicts
77
run: npm ls --depth 999
78
0 commit comments