Skip to content

Commit

Permalink
Escape Windows!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Oct 31, 2024
1 parent ecb9a98 commit 1663f56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"prepare": "husky",
"format:ruff": "cd backend && poetry run ruff format",
"format:ui": "cd frontend && pnpm run format",
"format": "pnpm run '/^format:.*$/'",
"format": "pnpm run \"/^format:.*$/\"",
"lint:mypy": "cd backend && poetry run dmypy run --timeout 600 -- chainlit/ tests/",
"lint:ruff": "cd backend && poetry run ruff check",
"lint:ui": "cd frontend && pnpm run lint",
"lint": "pnpm run '/^lint:.*$/'",
"lint": "pnpm run \"/^lint:.*$/\"",
"build:react-client": "cd libs/react-client && pnpm run build",
"build:copilot": "cd libs/copilot && pnpm run build",
"build:frontend": "cd frontend && pnpm run build",
"build:ui": "pnpm run --sequential '/^build:(react-client|copilot|frontend)$/'"
"build:ui": "pnpm run --sequential \"/^build:(react-client|copilot|frontend)$/\""
},
"pnpm": {
"overrides": {
Expand Down

0 comments on commit 1663f56

Please sign in to comment.