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 56ce376 commit 0ef9aaeCopy full SHA for 0ef9aae
.github/workflows/github-ci.yml
@@ -51,3 +51,9 @@ jobs:
51
- name: Generate CLI documentation
52
working-directory: packages/documentation
53
run: npm run generate-cli-doc
54
+
55
+ - name: Check shrinkwrap integrity
56
+ working-directory: packages/shrinkwrap-extractor
57
+ run: |
58
+ npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
59
+ npm run unit # The lint is done generally for the whole repo, so only unit tests are needed here
0 commit comments