Skip to content

Commit

Permalink
Don't ignore scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Oct 2, 2024
1 parent 2396030 commit bb45f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb45f51

Please sign in to comment.