chore: release multiple packages (#9698)

This commit is contained in:
Marcel Mraz
2025-06-30 12:19:15 +02:00
committed by GitHub
parent c141500400
commit 258605d1d5
17 changed files with 285 additions and 237 deletions

View File

@ -17,6 +17,6 @@
"build": "vite build",
"preview": "vite preview --port 5002",
"build:preview": "yarn build && yarn preview",
"build:package": "yarn workspace @excalidraw/excalidraw run build:esm"
"build:packages": "yarn --cwd ../../ build:packages"
}
}