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 8bdf429
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 @@ -68,9 +68,9 @@ jobs:
with:
version: 8.5.1
- run: |
cd lib
pnpm install
pnpm build
cd lib \
pnpm install \
pnpm build \
- run: npm publish
env:
Expand Down

0 comments on commit 8bdf429

Please sign in to comment.