Skip to content

Commit b5ddd5d

Browse files
committed
Update deploy.yml
1 parent 394c3b1 commit b5ddd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache: 'npm'
2828

2929
- name: Install dependencies
30-
run: npm ci
30+
run: npm i
3131

3232
- name: Create dist directory
3333
run: mkdir -p dist

0 commit comments

Comments
 (0)