Skip to content

Commit

Permalink
fix: remove library build in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblue committed Feb 6, 2025
1 parent 56d6f80 commit 4eeb6e9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
- name: Install dependencies
run: yarn install --immutable

- name: Build and package library
run: |
yarn package
env:
CI: true

- name: Format
run: |
yarn format:check
Expand Down

0 comments on commit 4eeb6e9

Please sign in to comment.