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 52b2577 commit 386c615Copy full SHA for 386c615
Makefile
@@ -173,7 +173,7 @@ build-s2-docs:
173
yarn workspace @react-spectrum/s2-docs generate:og
174
LIBRARY=react-aria node scripts/buildRegistry.mjs
175
yarn build:s2-docs
176
- node scripts/createFeedS2.mjs
+ LIBRARY=react-aria node scripts/createFeedS2.mjs
177
mkdir -p dist/s2-docs/react-aria/$(PUBLIC_URL)
178
mkdir -p dist/s2-docs/s2/$(PUBLIC_URL)
179
mv packages/dev/s2-docs/dist/react-aria/* dist/s2-docs/react-aria/$(PUBLIC_URL)
0 commit comments