From c829abf257ec9be528fdb8e2ddbf06a70335a1a0 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Fri, 23 Dec 2022 07:39:26 -0800 Subject: [PATCH] --ignore-scripts so build is outside of setup in CI --- .github/actions/setup-js/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-js/action.yml b/.github/actions/setup-js/action.yml index 17ce83ed..93c4fd3c 100644 --- a/.github/actions/setup-js/action.yml +++ b/.github/actions/setup-js/action.yml @@ -17,5 +17,5 @@ runs: - name: yarn install shell: bash - run: yarn install --frozen-lockfile + run: yarn install --frozen-lockfile --ignore-scripts working-directory: javascript