We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa13fb0 commit ba0fdcfCopy full SHA for ba0fdcf
.github/workflows/github-ci.yml
@@ -41,9 +41,7 @@ jobs:
41
42
- name: Generate JSDoc documentation
43
working-directory: internal/documentation
44
- run: |
45
- npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
46
- npm run jsdoc-generate
+ run: npm run jsdoc-generate
47
48
- name: Generate merged JSON schema
49
run: npm run schema-generate
@@ -54,6 +52,4 @@ jobs:
54
52
55
53
- name: Check shrinkwrap integrity
56
working-directory: internal/shrinkwrap-extractor
57
58
59
- npm run test
+ run: npm run test
0 commit comments