From be4d3e9fe47684d4bbfda806f753a278b7a3f5dc Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 17 Aug 2022 10:28:30 +0100 Subject: [PATCH] fix(plugins-ci-postgres): remove `--ignore-scripts` arg (#68) --- .github/workflows/plugins-ci-postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugins-ci-postgres.yml b/.github/workflows/plugins-ci-postgres.yml index 30a3a58..a514441 100644 --- a/.github/workflows/plugins-ci-postgres.yml +++ b/.github/workflows/plugins-ci-postgres.yml @@ -127,7 +127,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install dependencies - run: npm i --ignore-scripts + run: npm i - name: CI environment setup run: >