Skip to content

Commit

Permalink
chore(hooks): add publishConfig for public access (#8)
Browse files Browse the repository at this point in the history
- Added `publishConfig` section to `hooks` package with `access` set to
`public` to ensure the package is published publicly.
  • Loading branch information
dmitr1sdae authored Aug 23, 2024
2 parents 9157285 + d863d8a commit db61633
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
"esbuild": "^0.23.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit db61633

Please sign in to comment.