We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678a395 commit 6b95482Copy full SHA for 6b95482
Makefile
@@ -171,7 +171,7 @@ s2-docs-production:
171
build-s2-docs:
172
yarn workspace @react-spectrum/s2-docs generate:md
173
yarn workspace @react-spectrum/s2-docs generate:og
174
- node scripts/buildRegistry.mjs
+ LIBRARY=react-aria node scripts/buildRegistry.mjs
175
yarn build:s2-docs
176
node scripts/createFeedS2.mjs
177
mkdir -p dist/s2-docs/react-aria/$(PUBLIC_URL)
0 commit comments