Skip to content

Commit 46d7872

Browse files
author
CRA Keishi Kawada
committed
ci: add npm build
1 parent 71870b7 commit 46d7872

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
working-directory: ./packages/hooks
2424
- run: npm install
2525
working-directory: ./packages/hooks
26+
- run: npm build
27+
working-directory: ./packages/hooks
2628
- run: npm publish --access public
2729
env:
2830
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

examples/tracing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"react-dom": "18.2.0",
2222
"tailwindcss": "3.3.3",
2323
"typescript": "5.2.2",
24-
"@react-hook-observability/hooks": "../../packages/hooks"
24+
"@react-hook-observability/hooks": "0.1"
2525
}
2626
}

examples/tracing/pnpm-lock.yaml

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)