We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c70f95 commit 361a90cCopy full SHA for 361a90c
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
run: npm ci && npm run build
31
32
- name: Install playground dependencies
33
- run: cd playground && npm ci
+ run: cd playground && npm i
34
35
- name: Build Vite project
36
run: cd playground && VITE_BASE=/agent/ npm run build
0 commit comments