From e91ccbad195c35a62e7ee4220586153c471f516a Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Mon, 10 Jul 2023 10:53:07 +0200 Subject: [PATCH] Es gibt kein build script --- .github/actions/prepare/action.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/actions/prepare/action.yml b/.github/actions/prepare/action.yml index 3dcdee3..f202d52 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -38,10 +38,3 @@ runs: - name: Install dependencies shell: bash run: pnpm install - - - name: Build - shell: bash - run: pnpm run build - env: - npm_config_workspace_concurrency: '1' - NODE_OPTIONS: --max_old_space_size=6144