File tree Expand file tree Collapse file tree 3 files changed +37
-1615
lines changed Expand file tree Collapse file tree 3 files changed +37
-1615
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ node_js:
7
7
- v10
8
8
- v8
9
9
before_install :
10
- - npm install -g yarn coveralls nyc
10
+ - npm install -g yarn coveralls nyc @patrickhulce/scripts
11
11
script :
12
12
- yarn rebuild
13
13
- yarn test:lint
14
14
- yarn test:unit --coverage --runInBand --verbose
15
15
after_success :
16
16
- cat coverage/lcov.info | coveralls || echo 'Failed to upload to coveralls...'
17
- # - yarn semantic-release
17
+ - hulk npm-publish --yes
Original file line number Diff line number Diff line change 55
55
"rollup" : " ^0.61.1" ,
56
56
"rollup-plugin-commonjs" : " ^9.1.3" ,
57
57
"rollup-plugin-node-resolve" : " ^3.3.0" ,
58
- "semantic-release" : " ^11.0.0" ,
59
58
"ts-jest" : " ^22.4.6" ,
60
59
"tslint" : " ^5.10.0" ,
61
60
"typescript" : " ^2.9.2"
You can’t perform that action at this time.
0 commit comments