From b2b03af1ecfba117b7c5e57acd1db3e35d9ac410 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Mon, 6 May 2024 16:22:18 +0530 Subject: [PATCH] fix script --- examples/excalidraw/with-nextjs/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/excalidraw/with-nextjs/package.json b/examples/excalidraw/with-nextjs/package.json index 177952407..aaa4fe208 100644 --- a/examples/excalidraw/with-nextjs/package.json +++ b/examples/excalidraw/with-nextjs/package.json @@ -3,8 +3,8 @@ "version": "0.1.0", "private": true, "scripts": { - "build:workspace": "yarn workspace @excalidraw/excalidraw run build:esm", - "dev": "yarn build:workspace && next dev -p 3005", + "build:workspaces": "yarn workspace @excalidraw/utils run build:esm && yarn workspace @excalidraw/excalidraw run build:esm", + "dev": "yarn build:workspaces && next dev -p 3005", "build": "yarn build:workspace && next build", "start": "next start -p 3006", "lint": "next lint"