Skip to content

Commit

Permalink
Fixed workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
CEbbinghaus committed Oct 26, 2023
1 parent 2113e05 commit ef30645
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.5.1
- run: |
cd lib
pnpm install
pnpm build

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

0 comments on commit ef30645

Please sign in to comment.