From d91b234db1a7d1e8f827d736e57e287cbfdd7493 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Mon, 6 May 2024 16:24:35 +0530 Subject: [PATCH] fix typo --- examples/excalidraw/with-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/excalidraw/with-nextjs/package.json b/examples/excalidraw/with-nextjs/package.json index aaa4fe208..0a0f086d7 100644 --- a/examples/excalidraw/with-nextjs/package.json +++ b/examples/excalidraw/with-nextjs/package.json @@ -5,7 +5,7 @@ "scripts": { "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", + "build": "yarn build:workspaces && next build", "start": "next start -p 3006", "lint": "next lint" },