Don't ignore scripts

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