fix: Improve rendering stability

This commit is contained in:
Mark Tolmacs
2025-09-05 12:58:22 +02:00
parent 5ba2798306
commit 2ed78d4895
5 changed files with 5 additions and 2 deletions
+1
View File
@@ -64,6 +64,7 @@
"build:preview": "yarn --cwd ./excalidraw-app build:preview",
"start": "yarn --cwd ./excalidraw-app start",
"start:production": "yarn --cwd ./excalidraw-app start:production",
"start:test": "yarn --cwd ./excalidraw-app start:test",
"start:example": "yarn build:packages && yarn --cwd ./examples/with-script-in-browser start",
"test:all": "yarn test:typecheck && yarn test:code && yarn test:other && yarn test:app --watch=false",
"test:app": "vitest",