Skip to content

Commit

Permalink
fix: CI not building on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alimtunc committed Sep 5, 2023
1 parent 42cb523 commit 9b4da5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"formatUi": "cd frontend && pnpm run format",
"lintPython": "cd backend && poetry run mypy chainlit/",
"formatPython": "black `git ls-files | grep '.py$'` && isort --profile=black .",
"buildUi": "(cd libs/components && pnpm run build) && (cd frontend && pnpm run build)",
"buildUi": "cd libs/components && pnpm run build && cd ../../frontend && pnpm run build",
"build": "pnpm run buildUi && (mkdir -p backend/chainlit/frontend && cp -R frontend/dist backend/chainlit/frontend) && (cd backend && poetry build)"
}
}

0 comments on commit 9b4da5a

Please sign in to comment.