File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments