Skip to content

Commit 63bbcbf

Browse files
author
Sheepbo0y
committed
Fix: use npm install instead of ci
1 parent 655d44e commit 63bbcbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: 'npm'
2525

2626
- name: Install dependencies
27-
run: npm ci
27+
run: npm install
2828

2929
- name: Build
3030
run: npm run build

0 commit comments

Comments
 (0)