Skip to content

Commit 386c615

Browse files
devongovettlixiaoyan
authored andcommitted
fix: URLs in RSS feeds (#9360)
1 parent 52b2577 commit 386c615

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
@@ -173,7 +173,7 @@ build-s2-docs:
173173
yarn workspace @react-spectrum/s2-docs generate:og
174174
LIBRARY=react-aria node scripts/buildRegistry.mjs
175175
yarn build:s2-docs
176-
node scripts/createFeedS2.mjs
176+
LIBRARY=react-aria node scripts/createFeedS2.mjs
177177
mkdir -p dist/s2-docs/react-aria/$(PUBLIC_URL)
178178
mkdir -p dist/s2-docs/s2/$(PUBLIC_URL)
179179
mv packages/dev/s2-docs/dist/react-aria/* dist/s2-docs/react-aria/$(PUBLIC_URL)

0 commit comments

Comments
 (0)