File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111- add logger
1212- support debug-mode for e2e tests
1313
14+ ## [ 0.6.3-rc.2] - 2017-06-08
15+
16+ - update "bit-javascript" dependency to rc ("^0.6.4-rc.1")
17+ - Try using cache before fetching remote
18+
1419## [ 0.6.3-rc.1] - 2017-06-06
1520
1621- support running e2e tests in a dev environment where ` bit ` command is different (such as bit-dev)
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ pipeline {
44 stage(' build linux' ) {
55 steps {
66 sh(" npm i" )
7- sh(" npm run build" )
8- sh(" npm i -g --unsafe" )
7+ sh(" npm run build" )
8+ sh(" npm i -g --unsafe" )
99 sh(" npm run e2e-test" )
1010 sh(' ./scripts/build-tar.sh linux' )
1111 sh(' ./scripts/build-deb.sh' )
Original file line number Diff line number Diff line change 11{
22 "name" : " bit-bin" ,
3- "version" : " 0.6.3-rc.1 " ,
3+ "version" : " 0.6.3-rc.2 " ,
44 "license" : " Apache-2.0" ,
55 "main" : " ./dist/api.js" ,
66 "scripts" : {
2626 "url" : " https://github.com/teambit/bit"
2727 },
2828 "dependencies" : {
29- "bit-javascript" : " ^0.6.3 " ,
29+ "bit-javascript" : " ^0.6.4-rc.1 " ,
3030 "bit-js" : " ^0.2.2" ,
3131 "buffer-from" : " ^0.1.1" ,
3232 "camelcase" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments