Skip to content

Commit

Permalink
Fix: Cannot import library since 0.2.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Mar 4, 2024
1 parent 8717f33 commit d319ff7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build (lib)
run: pnpm run build:ts
env:
CI: true

- name: Build (docs)
run: pnpm run build:docs
env:
Expand Down

0 comments on commit d319ff7

Please sign in to comment.