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 394c3b1 commit b5ddd5dCopy full SHA for b5ddd5d
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
cache: 'npm'
28
29
- name: Install dependencies
30
- run: npm ci
+ run: npm i
31
32
- name: Create dist directory
33
run: mkdir -p dist
0 commit comments