From d125e17de6f0e267d9264332438aef9e04f209c7 Mon Sep 17 00:00:00 2001 From: gipo355 <91525512+gipo355@users.noreply.github.com> Date: Sun, 26 May 2024 22:23:44 +0200 Subject: [PATCH] WIP ignore scripts --- .github/actions/ci-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ci-setup/action.yml b/.github/actions/ci-setup/action.yml index 61f1a4c..e6ae12f 100644 --- a/.github/actions/ci-setup/action.yml +++ b/.github/actions/ci-setup/action.yml @@ -91,6 +91,6 @@ runs: # install dependencies - name: Install dependencies shell: bash - run: pnpm install --frozen-lockfile + run: pnpm install --frozen-lockfile --ignore-scripts # - name: Init tasks # run: nx run-many -t init