File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 "clean:all" : " rm -rf .expo && yarn clean && yarn clean:node_modules" ,
2121 "tsc" : " tsc" ,
2222 "start" : " expo start" ,
23- "test" : " jest"
23+ "test" : " jest --verbose "
2424 },
2525 "dependencies" : {
2626 "expo" : " ^36.0.2" ,
Original file line number Diff line number Diff line change 88 "build" : " lerna run build" ,
99 "dist" : " lerna run dist" ,
1010 "prepublishOnly" : " lerna run prepublishOnly" ,
11- "test" : " lerna run test --stream" ,
12- "test:e2e" : " lerna run test:e2e --stream --concurrency 1" ,
11+ "test" : " NODE_ENV=test lerna run test --stream" ,
12+ "test:e2e" : " NODE_ENV=test lerna run test:e2e --stream --concurrency 1" ,
1313 "test:coverage" : " lerna run test:coverage --stream" ,
1414 "format" : " prettier --write \" **/*\" " ,
1515 "lint" : " run-p tsc eslint stylelint" ,
You can’t perform that action at this time.
0 commit comments