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 3939 "start" : " npm run test" ,
4040 "lint" : " npx eslint --env-info; npx eslint . --color --max-warnings=0 && echo '✔ Your code looks good.'" ,
4141 "jest:ci" : " cross-env NODE_OPTIONS=--experimental-vm-modules npx jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug" ,
42- "jest:clean" : " npx jest --clearCache && npx watchman watch-del-all" ,
42+ "jest:clean" : " npx --yes jest --clearCache && npx watchman watch-del-all" ,
4343 "jest:bruteforce" : " cross-env BRUTEFORCE=true NODE_OPTIONS=--experimental-vm-modules npx jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug" ,
4444 "jest:watch" : " cross-env NODE_OPTIONS=--experimental-vm-modules npx jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug --watchAll" ,
4545 "style:format" : " npx prettier --write 'src/**/*.ts'" ,
You can’t perform that action at this time.
0 commit comments