This repository was archived by the owner on Aug 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 5
5
deploy :
6
6
provider : npm
7
7
email : clement@gautier.im
8
+ skip_cleanup : true
8
9
api_key :
9
10
secure : aTHnlgYOnpZ0HVYByrRaXH06sFhe7bPYye6YQG4Rh4gJj7YMmuw/c1SaAUj7fw5/ruuaV8zuD8aEZFV8E3icO2VI4YRP7c48JAEotizQVoj1QicPtEHev0y5SvsKiTWv6c1+PPAhItC3PChbV3W4L3JqQc6QkNlrmimWVDXjbobWjIKReM5gggTN3N2F1QA3B6WE+eXFENLORdiH1+MUaVnsJQ6ID8ZUo/Fi1uB0fG4PmepIoQKVwU1sA7kOumnKcvlibP2CHvOIP6Gb1inaO+/qNPWg/MOanWOHveRmYJvlBQghQwM0BbBGe6cwwOzzu/1KIcQEf8pctJwfbWtQAl6YHCv7lT6CJz19adonkCIaH7QI0ITfhnzsztDZ5cMFzDTt1eI2GvZIDQFgP5O/EZADB6OTKY7VvhL77g06q2ZOhhBrU+LPGn5kbFhoY4jLNwTtxcUM8YqbRdu1e9IjIZZGobT51kRSQElzRNr05Zw5NQJ3VNsrJiCGVThThWppaqiNA+eeHVX7H/i8pAGVCZZB5h9eYhIxZR6fnIRaVnCpx0SnjbUqf8FPxRRa2OUKhROsTrvKJyJHQVdU39vCmO2Eyh4TcLo4Rz65tnS6nsWv7UW9sbwPbeAuMp/FyEsiISnvD8XVP4PRZus9beVl2m6VAsDwGWPY5Na0DhOR6mM=
10
11
on :
@@ -13,10 +14,6 @@ deploy:
13
14
14
15
cache : yarn
15
16
16
- before_deploy :
17
- - yarn install
18
- - yarn build
19
-
20
17
script :
21
18
- yarn eslint
22
19
- yarn test
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @substrafoundation/substra-ui" ,
3
3
"sideEffects" : false ,
4
- "version" : " 1.1.3 " ,
4
+ "version" : " 1.1.4 " ,
5
5
"description" : " A shared UI components library for the Substra project." ,
6
6
"main" : " cjs/index.js" ,
7
7
"module" : " es/index.js" ,
You can’t perform that action at this time.
0 commit comments