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 31
31
"scripts" : {
32
32
"build" : " tsc -p tsconfig.prod.json" ,
33
33
"start" : " npm run test" ,
34
- "lint" : " npx --yes eslint . --color --max-warnings=0 && echo '✔ Your code looks good.'" ,
34
+ "lint" : " npx --yes eslint --env-info; npx --yes eslint . --color --max-warnings=0 && echo '✔ Your code looks good.'" ,
35
35
"jest:ci" : " node --experimental-vm-modules ./node_modules/.bin/jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug" ,
36
36
"jest:clean" : " npx --yes jest --clearCache && npx --yes watchman watch-del-all" ,
37
37
"jest:bruteforce" : " BRUTEFORCE=true node --experimental-vm-modules ./node_modules/.bin/jest --no-cache --ci --color --detectOpenHandles --forceExit --runInBand --debug" ,
You can’t perform that action at this time.
0 commit comments