File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 23
23
"tests:packager:chrome" : " cd tests && yarn react-native start --reset-cache" ,
24
24
"tests:packager:jet" : " cd tests && cross-env REACT_DEBUGGER=\" echo nope\" yarn react-native start" ,
25
25
"tests:packager:jet-ci" : " cd tests && (mkdir $HOME/.metro || true) && cross-env TMPDIR=$HOME/.metro REACT_DEBUGGER=\" echo nope\" yarn react-native start" ,
26
- "tests:packager:jet-reset-cache" : " cd tests && cross-env REACT_DEBUGGER=\" echo nope\" node yarn react-native start --reset-cache" ,
26
+ "tests:packager:jet-reset-cache" : " cd tests && cross-env REACT_DEBUGGER=\" echo nope\" yarn react-native start --reset-cache" ,
27
27
"tests:emulator:prepare" : " cd .github/workflows/scripts/functions && yarn && yarn build" ,
28
28
"tests:emulator:start" : " yarn tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh --no-daemon" ,
29
29
"tests:emulator:start:windows" : " yarn tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.bat --no-daemon" ,
You can’t perform that action at this time.
0 commit comments