Skip to content

Commit

Permalink
Update CI workflow: pls pnpm ...
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNoordhuis committed Dec 11, 2024
1 parent cfa76fa commit c9cffd2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ jobs:

- name: Update alpine-typescript file path
run: |
sed -i 's/file:..\/..\//file:alpine-typescript/g' package.json &&
sed -i 's/file:..\/..\//file:alpine-typescript/g' pnpm-lock.yaml
sed -i 's/file:..\/..\//file:alpine-typescript/g' package.json
- name: Use pnpm ${{ env.PNPM_VERSION }}
uses: pnpm/action-setup@v4
Expand All @@ -137,7 +136,7 @@ jobs:
cache: pnpm

- name: Install dependencies
run: pnpm run clean-install
run: pnpm run clean && pnpm update

- name: Build package example
run: pnpm run build-dist
Expand Down

0 comments on commit c9cffd2

Please sign in to comment.