diff --git a/package.json b/package.json index 9f3a5a8c0..cf2eff10c 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "private": false, "scripts": { "dev": "vite", - "test": "vite build --mode test --max-old-space-size=4096", - "prod": "vite build --mode production --max-old-space-size=4096", + "test": "vite build --mode test", + "prod": "vite build --mode production", "preview": "vite preview", "lint": "eslint --fix --ext .js,.vue src" },