We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c664f01 commit 40609daCopy full SHA for 40609da
.travis.yml
@@ -7,11 +7,11 @@ node_js:
7
- v10
8
- v8
9
before_install:
10
- - npm install -g yarn coveralls nyc
+ - npm install -g yarn coveralls nyc @patrickhulce/scripts
11
script:
12
- yarn rebuild
13
- yarn test:lint
14
- yarn test:unit --coverage --runInBand --verbose
15
after_success:
16
- cat coverage/lcov.info | coveralls || echo 'Failed to upload to coveralls...'
17
- # - yarn semantic-release
+ - hulk npm-publish --yes
package.json
@@ -55,7 +55,6 @@
55
"rollup": "^0.61.1",
56
"rollup-plugin-commonjs": "^9.1.3",
57
"rollup-plugin-node-resolve": "^3.3.0",
58
- "semantic-release": "^11.0.0",
59
"ts-jest": "^22.4.6",
60
"tslint": "^5.10.0",
61
"typescript": "^2.9.2"
0 commit comments