Remove potentially unnecessary optimisation

This commit is contained in:
Marcel Mraz 2025-04-02 11:34:10 +01:00
parent 1beab4f5c0
commit aab03481a2
2 changed files with 6 additions and 46 deletions

View file

@ -15,7 +15,8 @@
"scripts": {
"start": "vite",
"build": "vite build",
"build:preview": "yarn build && vite preview --port 5002",
"preview": "vite preview --port 5002",
"build:preview": "yarn build && yarn preview",
"build:package": "yarn workspace @excalidraw/excalidraw run build:esm"
}
}