2
0
Aakansha Doshi 1 жил өмнө
parent
commit
b2b03af1ec

+ 2 - 2
examples/excalidraw/with-nextjs/package.json

@@ -3,8 +3,8 @@
   "version": "0.1.0",
   "version": "0.1.0",
   "private": true,
   "private": true,
   "scripts": {
   "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",
     "build": "yarn build:workspace && next build",
     "start": "next start -p 3006",
     "start": "next start -p 3006",
     "lint": "next lint"
     "lint": "next lint"