File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,16 @@ jobs:
30
30
steps :
31
31
- attach_workspace :
32
32
at : ~/project
33
- - run : npm run lint
34
- - run : npm run flow
35
- - run : npm run test:types
33
+ - run : yarn run lint
34
+ - run : yarn run flow
35
+ - run : yarn run test:types
36
36
37
37
test-unit :
38
38
<< : *defaults
39
39
steps :
40
40
- attach_workspace :
41
41
at : ~/project
42
- - run : npm run test:unit
42
+ - run : yarn run test:unit
43
43
# add codecov once it is actually ran
44
44
# - run:
45
45
# name: report coverage stats for non-PRs
@@ -53,14 +53,14 @@ jobs:
53
53
steps :
54
54
- attach_workspace :
55
55
at : ~/project
56
- - run : npm run test:e2e
56
+ - run : yarn run test:e2e
57
57
58
58
test-e2e-bs-ie9 :
59
59
<< : *defaults
60
60
steps :
61
61
- attach_workspace :
62
62
at : ~/project
63
- - run : npm run test:e2e:ie9
63
+ - run : yarn run test:e2e:ie9
64
64
65
65
workflows :
66
66
version : 2
You can’t perform that action at this time.
0 commit comments