Skip to content

Commit

Permalink
chore: remove prepare step from build workflow and update pnpm versio…
Browse files Browse the repository at this point in the history
…n in package.json
  • Loading branch information
shyakadavis committed Feb 4, 2025
1 parent f7809e1 commit 7cb87b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Run prepare
run: pnpm prepare

- name: Build jsrepo-manifest.json
run: pnpm build:registry

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"vite": "^6.0.11"
},
"type": "module",
"packageManager": "pnpm@9.14.4"
"packageManager": "pnpm@10.2.0"
}

0 comments on commit 7cb87b6

Please sign in to comment.