diff --git a/package.json b/package.json index ec37dc9..fa021a4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "serve": "node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js serve", - "build": "node --max_old_space_size=4096 vue-cli-service build", + "build": "vue-cli-service build", "lint": "vue-cli-service lint" }, "browser": {