File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 96
96
- name : Strip @license from eslint plugin and react-refresh
97
97
run : |
98
98
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
101
101
- name : Move relevant files into compiled
102
102
run : |
103
103
mkdir -p ./compiled
@@ -111,15 +111,15 @@ jobs:
111
111
mv build/WARNINGS ./compiled/facebook-www/WARNINGS
112
112
113
113
# 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 \
115
115
./compiled/facebook-www/eslint-plugin-react-hooks.js
116
116
117
117
# Copy unstable_server-external-runtime.js into facebook-www
118
118
mv build/oss-stable/react-dom/unstable_server-external-runtime.js \
119
119
./compiled/facebook-www/unstable_server-external-runtime.js
120
120
121
121
# 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 \
123
123
./compiled/babel-plugin-react-refresh/index.js
124
124
125
125
ls -R ./compiled
You can’t perform that action at this time.
0 commit comments