diff --git a/web/package.json b/web/package.json index 9066fdaad..1462d968a 100644 --- a/web/package.json +++ b/web/package.json @@ -5,8 +5,8 @@ "license": "MIT", "scripts": { "extract": "lingui extract", - "build": "lingui compile && rollup -c ./rollup.config.js", - "build-proxy": "lingui compile && rollup -c ./rollup.proxy.js", + "build": "lingui compile && node --max-old-space-size=4096 node_modules/.bin/rollup -c ./rollup.config.js", + "build-proxy": "lingui compile && node --max-old-space-size=4096 node_modules/.bin/rollup -c ./rollup.proxy.js", "watch": "lingui compile && node --max-old-space-size=8192 node_modules/.bin/rollup -c -w", "lint": "eslint . --max-warnings 0 --fix", "lit-analyse": "lit-analyzer src",