File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 44 - ~/.npm
55notifications :
66 email : false
7+ install : npm install --skip-optional
78node_js :
89 - ' 10'
910 - ' 9'
1011 - ' 8'
1112 - ' 6'
1213after_success :
14+ - nvm install 10
15+ - nvm use 10
16+ - npm install
1317 - npm run travis-deploy-once "npm run semantic-release"
1418branches :
1519 except :
Original file line number Diff line number Diff line change 3131 "travis-deploy-once" : " travis-deploy-once"
3232 },
3333 "devDependencies" : {
34- "@mike-works/workshop-semantic-release-config" : " ^1.0.0" ,
3534 "@types/express" : " ^4.16.0" ,
3635 "@types/react" : " ^16.4.11" ,
3736 "@types/react-dom" : " ^16.0.7" ,
6362 "react-router-dom" : " ^4.3.1" ,
6463 "react-test-renderer" : " ^16.4.2" ,
6564 "sass-loader" : " ^6.0.7" ,
66- "semantic-release" : " ^15.9.9" ,
6765 "style-ext-html-webpack-plugin" : " ^3.4.7" ,
6866 "style-loader" : " ^0.20.3" ,
6967 "travis-deploy-once" : " ^5.0.2" ,
7573 "webpack-manifest-plugin" : " ^1.3.2" ,
7674 "worker-loader" : " ^1.1.1"
7775 },
76+ "optionalDependencies" : {
77+ "semantic-release" : " ^15.9.9" ,
78+ "@mike-works/workshop-semantic-release-config" : " ^1.0.0"
79+ },
7880 "dependencies" : {
7981 "body-parser" : " ^1.18.3" ,
8082 "chalk" : " ^2.4.1" ,
You can’t perform that action at this time.
0 commit comments