|
@@ -63,7 +63,7 @@
|
|
|
"build:app:docker": "cross-env VITE_APP_DISABLE_SENTRY=true VITE_APP_DISABLE_TRACKING=true vite build",
|
|
|
"build:app": "cross-env VITE_APP_GIT_SHA=$VERCEL_GIT_COMMIT_SHA vite build",
|
|
|
"build:version": "node ./scripts/build-version.js",
|
|
|
- "build": "yarn --cwd ./excalidraw-app build",
|
|
|
+ "build": "yarn workspace @excalidraw/utils build:esm && yarn --cwd ./excalidraw-app build",
|
|
|
"fix:code": "yarn test:code --fix",
|
|
|
"fix:other": "yarn prettier --write",
|
|
|
"fix": "yarn fix:other && yarn fix:code",
|