We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7e86c commit 4cc2f0fCopy full SHA for 4cc2f0f
package.json
@@ -29,7 +29,7 @@
29
"lintPython": "cd backend && uv run dmypy run -- chainlit/ tests/",
30
"formatPython": "black `git ls-files | grep '.py$'` && isort --profile=black .",
31
"build:libs": "cd libs/react-client && pnpm run build && cd ../copilot && pnpm run build",
32
- "buildUi": "pnpm build:libs && cd ../../frontend && pnpm run build"
+ "buildUi": "pnpm build:libs && cd frontend && pnpm run build"
33
},
34
"pnpm": {
35
"overrides": {
0 commit comments