Skip to content

Commit

Permalink
add hooks.json build to build script (#5607)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Rohan <[email protected]>
  • Loading branch information
mperrotti and jonrohan authored Jan 27, 2025
1 parent 32b1f2f commit 7e88fd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react/script/build
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ npx copyfiles --flat ./lib/components.css ./css

# Build components.json file for documentation
npm run build:components.json

# Build hooks.json file for documentation
npm run build:hooks.json

0 comments on commit 7e88fd1

Please sign in to comment.