Skip to content

Commit 21f6dba

Browse files
authored
Sync from oss-experimental, not oss-stable (#26401)
## Overview To test useEffectEvent, we need the experimental build of the lint plugin.
1 parent 99aa082 commit 21f6dba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/commit_artifacts.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
- name: Strip @license from eslint plugin and react-refresh
9797
run: |
9898
sed -i -e 's/ @license React*//' \
99-
build/oss-stable/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js \
100-
build/oss-stable/react-refresh/cjs/react-refresh-babel.development.js
99+
build/oss-experimental/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js \
100+
build/oss-experimental/react-refresh/cjs/react-refresh-babel.development.js
101101
- name: Move relevant files into compiled
102102
run: |
103103
mkdir -p ./compiled
@@ -111,15 +111,15 @@ jobs:
111111
mv build/WARNINGS ./compiled/facebook-www/WARNINGS
112112
113113
# Copy eslint-plugin-react-hooks into facebook-www
114-
mv build/oss-stable/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js \
114+
mv build/oss-experimental/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js \
115115
./compiled/facebook-www/eslint-plugin-react-hooks.js
116116
117117
# Copy unstable_server-external-runtime.js into facebook-www
118118
mv build/oss-stable/react-dom/unstable_server-external-runtime.js \
119119
./compiled/facebook-www/unstable_server-external-runtime.js
120120
121121
# Copy react-refresh-babel.development.js into babel-plugin-react-refresh
122-
mv build/oss-stable/react-refresh/cjs/react-refresh-babel.development.js \
122+
mv build/oss-experimental/react-refresh/cjs/react-refresh-babel.development.js \
123123
./compiled/babel-plugin-react-refresh/index.js
124124
125125
ls -R ./compiled

0 commit comments

Comments
 (0)