Skip to content

Commit cd2b69c

Browse files
committed
fix: 🐛 don't install semantic-release, incompat with old Node
1 parent 433ca20 commit cd2b69c

File tree

3 files changed

+13
-565
lines changed

3 files changed

+13
-565
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ matrix:
2020
allow_failures: []
2121
fast_finish: true
2222
after_success:
23-
- yarn semantic-release
23+
- npx semantic-release
2424
branches:
2525
except:
2626
- /^v\d+\.\d+\.\d+$/

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"test:coverage": "jest --coverage",
1515
"test:watch": "jest --watch",
1616
"watch": "watch 'npm run build' ./src",
17-
"semantic-release": "semantic-release",
1817
"prettier": "prettier --ignore-path .gitignore --write 'src/**/*.{ts,js}'",
1918
"prettier:diff": "prettier -l 'src/**/*.{ts,js}'",
2019
"tslint": "tslint 'src/**/*.ts' -t verbose",
@@ -35,7 +34,6 @@
3534
"cpy-cli": "2.0.0",
3635
"jest": "21.2.1",
3736
"rimraf": "2.6.2",
38-
"semantic-release": "15.10.8",
3937
"@semantic-release/changelog": "3.0.1",
4038
"@semantic-release/npm": "5.0.6",
4139
"@semantic-release/git": "7.0.5",

0 commit comments

Comments
 (0)