From bb45f513bba31dcf8cef19204098bd9390601e64 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 2 Oct 2024 09:11:49 -0700 Subject: [PATCH] Don't ignore scripts --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06dbfc7b..77a021ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install Dependencies - run: yarn install --frozen-lockfile --ignore-scripts + run: yarn install --frozen-lockfile - name: Build run: | yarn workspace ani-cursor build