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 72b9270 commit dd9881cCopy full SHA for dd9881c
.github/workflows/publish-package.yml
@@ -16,6 +16,7 @@ jobs:
16
with:
17
node-version: '20.x'
18
registry-url: https://registry.npmjs.org
19
+ - run: npm install --package-lock-only
20
- run: npm ci
21
- run: npm publish
22
env:
0 commit comments