From 760ab90269559f2f8db5865b410f577c029fbaeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Mon, 16 Nov 2020 22:36:30 +0100 Subject: [PATCH] fix build script for now --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21d18c6d..6c8cc1f8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "scripts": { "start": "yarn --cwd ./docs start", "build:docs": "yarn --cwd ./docs build", - "build:packages": "yarn clean:packages && rollup -c", + "build:packages": "yarn clean:packages && node --max-old-space-size=8192 node_modules/.bin/rollup -c", "build:ci": "yarn clean:packages && rollup -c --ci", "clean:packages": "rm -rf ./packages/*/dist", "release": "yarn lint && yarn test && yarn build:packages && lerna publish",