Don't ignore scripts
Some checks are pending
CI / build-and-test (20.x) (push) Waiting to run
CI / Publish to NPM (push) Blocked by required conditions

This commit is contained in:
Jordan Eldredge 2024-10-02 09:11:49 -07:00
parent 2396030248
commit bb45f513bb

View File

@ -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