Skip to content

Commit ba75d2d

Browse files
committed
Devtools: Streamline getting extension from branch
1 parent 4508873 commit ba75d2d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,13 @@ jobs:
228228
command: ./scripts/circleci/pack_and_store_devtools_artifacts.sh
229229
- store_artifacts:
230230
path: ./build/devtools.tgz
231+
# Simplifies getting the extension for local testing
232+
- store_artifacts:
233+
path: ./build/devtools/chrome-extension.zip
234+
destination: react-devtools-chrome-extension.zip
235+
- store_artifacts:
236+
path: ./build/devtools/firefox-extension.zip
237+
destination: react-devtools-firefox-extension.zip
231238

232239
run_devtools_e2e_tests:
233240
docker: *docker

0 commit comments

Comments
 (0)