File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 "test:debug" : " TZ=utc NODE_OPTIONS='--inspect-brk --experimental-vm-modules' jest --runInBand" ,
4747 "perf-test" : " NODE_OPTIONS=--experimental-vm-modules npx reassure" ,
4848 "typecheck" : " NODE_OPTIONS=--max_old_space_size=8192 tsc" ,
49- "lint" : " NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=330 --cache --cache-location=node_modules/.cache/eslint" ,
49+ "lint" : " NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=326 --cache --cache-location=node_modules/.cache/eslint" ,
5050 "lint-changed" : " NODE_OPTIONS=--max_old_space_size=8192 ./scripts/lintChanged.sh" ,
5151 "lint-watch" : " npx eslint-watch --watch --changed" ,
5252 "shellcheck" : " ./scripts/shellCheck.sh" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import requireParameters from './requireParameters';
1818let timeout : NodeJS . Timeout ;
1919let shouldCollectLogs = false ;
2020
21- Onyx . connect ( {
21+ Onyx . connectWithoutView ( {
2222 key : ONYXKEYS . SHOULD_STORE_LOGS ,
2323 callback : ( val ) => {
2424 if ( ! val ) {
You can’t perform that action at this time.
0 commit comments