Skip to content

Commit

Permalink
ci: update publish package job
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Oct 19, 2024
1 parent 1be99ed commit cb61e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: 🛒 Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: pnpm/action-setup@v4

Expand All @@ -20,7 +20,7 @@ jobs:
cache: 'pnpm'

- name: 📦 Install Dependencies
run: pnpm run bootstrap:project --filter react-image-turntable
run: npm run bootstrap

- name: 🔨 Build
run: pnpm run --filter react-image-turntable build
Expand Down

0 comments on commit cb61e4d

Please sign in to comment.