From a4805c1514b5319a26e5a9893f557d06079a29ab Mon Sep 17 00:00:00 2001 From: Bill Date: Thu, 16 Sep 2021 03:43:43 -0400 Subject: [PATCH] Update deploy --- .github/workflows/deploy.yml | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 78318e26..bb163dd8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,8 +14,6 @@ jobs: uses: actions/checkout@v2 - name: Install & Build run: | - npm i git+https://git@git.krews.org/nitro/nitro-renderer#dev - npm i npm run build:prod - name: Archive Artifacts uses: actions/upload-artifact@v2 diff --git a/package.json b/package.json index e523d8f4..c2e8ba1b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "start": "react-scripts start", - "build": "react-scripts --max_old_space_size=4096 build", + "build": "react-scripts --max_old_space_size=8048 build", "build:prod": "npm i git+https://git@git.krews.org/nitro/nitro-renderer#dev && npm i && npm run build", "test": "react-scripts test", "eject": "react-scripts eject"