Skip to content

Commit 4a62261

Browse files
committed
ft: build fix
1 parent 5e9db04 commit 4a62261

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
@@ -25,7 +25,7 @@ jobs:
2525
cache: 'npm'
2626

2727
- name: Install dependencies
28-
run: npm ci
28+
run: npm i
2929

3030
- name: Build project
3131
run: npm run build

0 commit comments

Comments
 (0)