We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1472311 commit d0c518fCopy full SHA for d0c518f
.github/workflows/publish.yaml
@@ -24,6 +24,7 @@ jobs:
24
- uses: pnpm/action-setup@v2
25
with:
26
version: 8
27
+ - run: pnpm install
28
- run: pnpm run build
29
working-directory: ./packages/hooks
30
- run: npm publish --access public
packages/hooks/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@react-hook-observability/hooks",
3
- "version": "0.1.19",
+ "version": "0.1.20",
4
"description": "provides Observability as React Hooks in React.",
5
"main": "dist/index.js",
6
"private": false,
0 commit comments