We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26f6e9 commit 13530ceCopy full SHA for 13530ce
.github/workflows/ci.yml
@@ -73,6 +73,9 @@ jobs:
73
- name: Check that package-lock.json is in sync with package.json
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 --package-lock-only --depth 999
78
+
79
integrationTests:
80
name: Run integration tests
81
runs-on: ubuntu-latest
0 commit comments