Skip to content

Commit 4563c51

Browse files
authored
Change npm command from ci to install (#550)
1 parent 07ae585 commit 4563c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-to-main.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 project
3030
run: npm run build

0 commit comments

Comments
 (0)