Skip to content

Commit 6b95482

Browse files
committed
Fix shadcn registry
1 parent 678a395 commit 6b95482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ s2-docs-production:
171171
build-s2-docs:
172172
yarn workspace @react-spectrum/s2-docs generate:md
173173
yarn workspace @react-spectrum/s2-docs generate:og
174-
node scripts/buildRegistry.mjs
174+
LIBRARY=react-aria node scripts/buildRegistry.mjs
175175
yarn build:s2-docs
176176
node scripts/createFeedS2.mjs
177177
mkdir -p dist/s2-docs/react-aria/$(PUBLIC_URL)

0 commit comments

Comments
 (0)