File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 28
28
destination : coverage reports
29
29
- run :
30
30
name : Creating Artifacts
31
- command : test -z "`git diff && git diff --cached`" || mkdir -p /tmp/json_artifacts/lib && cp package.json /tmp/json_artifacts && cp lib/*.json /tmp/json_artifacts/lib
31
+ command : |
32
+ mkdir -p /tmp/json_artifacts/lib
33
+ cp package.json /tmp/json_artifacts
34
+ cp lib/*.json /tmp/json_artifacts/lib
32
35
when : always
33
36
- store_artifacts :
34
37
path : /tmp/json_artifacts
Original file line number Diff line number Diff line change 55
55
"jsdom" : " ^11.6.2" ,
56
56
"jshint" : " ^2.9.5" ,
57
57
"json-stable-stringify" : " ^1.0.1" ,
58
- "mocha" : " ^5.0.2 " ,
58
+ "mocha" : " ^5.0.4 " ,
59
59
"nyc" : " ^11.4.1" ,
60
60
"proxyquire" : " ^2.0.0" ,
61
61
"sinon" : " ^4.4.2" ,
120
120
"shorturl" : " node scripts/shorturl" ,
121
121
"test" : " nyc npm run test_lang"
122
122
},
123
- "version" : " 2.7.2 "
123
+ "version" : " 2.7.3 "
124
124
}
You can’t perform that action at this time.
0 commit comments