diff --git a/packages/studio/package.json b/packages/studio/package.json index 858ef3a53..c09f4a695 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -20,7 +20,7 @@ }, "scripts": { "dev": "vite", - "build": "vite build", + "build": "node --import tsx/esm node_modules/.bin/vite build", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest"