Skip to content

Commit d0c518f

Browse files
author
CRA Keishi Kawada
committed
ci: add pnpm install command
1 parent 1472311 commit d0c518f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- uses: pnpm/action-setup@v2
2525
with:
2626
version: 8
27+
- run: pnpm install
2728
- run: pnpm run build
2829
working-directory: ./packages/hooks
2930
- run: npm publish --access public

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-hook-observability/hooks",
3-
"version": "0.1.19",
3+
"version": "0.1.20",
44
"description": "provides Observability as React Hooks in React.",
55
"main": "dist/index.js",
66
"private": false,

0 commit comments

Comments
 (0)