Skip to content

Commit

Permalink
Fixed deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CEbbinghaus committed Oct 26, 2023
1 parent ef30645 commit 3677dc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:

- name: Install & Build
run: |
cd lib \
pnpm install \
pnpm build \
cd lib && \
pnpm install && \
pnpm build && \
- run: npm publish
env:
Expand Down

0 comments on commit 3677dc0

Please sign in to comment.