File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 # fallback to using the latest cache if no exact match is found
2727 - v1-dependencies-
2828
29- - run : npm install
29+ - run : yarn
3030
3131 - save_cache :
3232 paths :
Original file line number Diff line number Diff line change 8888 "unit-test" : " jest" ,
8989 "fmt" : " prettier --write \" src/**/*.js\" " ,
9090 "stylelint" : " stylelint src/**/*.js" ,
91- "flow " : " ./node_modules/.bin/flow"
91+ "typecheck " : " ./node_modules/.bin/flow"
9292 },
9393 "jest" : {
9494 "setupFiles" : [
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import type { WithDispatch } from "@src/store";
77import * as Types from "@src/types" ;
88import * as ProjectActions from "./actions" ;
99//import * as SharedActions from "@src/components/Shared/actions";
10- import Nervous , { type NervousPoint } from "./nervous " ;
10+ import Nervous , { type NervousPoint } from "./Nervous " ;
1111import { breakLg , colors } from "@src/styles" ;
1212import { withRouter , type WithRouter } from "react-router-dom" ;
1313
You can’t perform that action at this time.
0 commit comments