From 0e60dd465a8962fd50a2b7127d55bee3e5e1dd09 Mon Sep 17 00:00:00 2001 From: Mathijs de Bruin Date: Thu, 31 Oct 2024 14:16:17 +0000 Subject: [PATCH] Moar escaping for Windows, you devil! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f326fb52c..d1efc5f26d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "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": {