We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099c600 commit 2afdc6dCopy full SHA for 2afdc6d
1 file changed
.github/workflows/npm-publish-reusable.yml
@@ -34,7 +34,9 @@ jobs:
34
node-version-file: ${{ inputs.node-version-file }}
35
registry-url: https://registry.npmjs.org/
36
37
- - run: npm ci
+ # Use npm install (not npm ci) because package-lock.json may be
38
+ # out of sync after workspace protocol resolution.
39
+ - run: npm install
40
41
- if: ${{ inputs.build-before-publish }}
42
run: npm run build
0 commit comments