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 bc60b12 commit 810d079Copy full SHA for 810d079
.github/workflows/publish.yml
@@ -26,6 +26,7 @@ jobs:
26
with:
27
node-version: 16
28
registry-url: https://registry.npmjs.org/
29
+ - run: npm install --package-lock-only
30
- run: npm ci
31
- run: npm publish
32
env:
0 commit comments