Skip to content

Commit 77987e5

Browse files
authored
[ci] mkdir before mv (facebook#32602)
Missed this earlier.
1 parent 0df46f0 commit 77987e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/runtime_commit_artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
mv build/__test_utils__/ReactAllWarnings.js ./compiled/facebook-www/__test_utils__/ReactAllWarnings.js
109109
110110
# Move eslint-plugin-react-hooks into eslint-plugin-react-hooks
111+
mkdir ./compiled/eslint-plugin-react-hooks
111112
mv build/oss-experimental/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js \
112113
./compiled/eslint-plugin-react-hooks/index.js
113114

0 commit comments

Comments
 (0)