Skip to content

Commit 4cc2f0f

Browse files
committed
ci: fix failing build
1 parent fc7e86c commit 4cc2f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"lintPython": "cd backend && uv run dmypy run -- chainlit/ tests/",
3030
"formatPython": "black `git ls-files | grep '.py$'` && isort --profile=black .",
3131
"build:libs": "cd libs/react-client && pnpm run build && cd ../copilot && pnpm run build",
32-
"buildUi": "pnpm build:libs && cd ../../frontend && pnpm run build"
32+
"buildUi": "pnpm build:libs && cd frontend && pnpm run build"
3333
},
3434
"pnpm": {
3535
"overrides": {

0 commit comments

Comments
 (0)