Aakansha Doshi 1 년 전
부모
커밋
d91b234db1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/excalidraw/with-nextjs/package.json

+ 1 - 1
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"
   },