Skip to content

Commit 361a90c

Browse files
committed
try npm i
1 parent 6c70f95 commit 361a90c

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
@@ -30,7 +30,7 @@ jobs:
3030
run: npm ci && npm run build
3131

3232
- name: Install playground dependencies
33-
run: cd playground && npm ci
33+
run: cd playground && npm i
3434

3535
- name: Build Vite project
3636
run: cd playground && VITE_BASE=/agent/ npm run build

0 commit comments

Comments
 (0)