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 1085eeb commit 58c3651Copy full SHA for 58c3651
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
restore-keys: |
27
${{ runner.os }}-npm-
28
- name: Install dependencies
29
- run: npm ci
+ run: npm i
30
env:
31
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
32
- name: Release
0 commit comments