File tree Expand file tree Collapse file tree 6 files changed +8
-13860
lines changed
Expand file tree Collapse file tree 6 files changed +8
-13860
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 steps :
1212 - checkout
1313 - restore_cache :
14- key : dependency-cache-{{ checksum "yarn. lock" }}
14+ key : dependency-cache-{{ checksum "package- lock.json " }}
1515 - run :
1616 name : install dependences
1717 command : npm install
1818 - save_cache :
19- key : dependency-cache-{{ checksum "yarn. lock" }}
19+ key : dependency-cache-{{ checksum "package- lock.json " }}
2020 paths :
2121 - ./node_modules
2222 - run :
Original file line number Diff line number Diff line change 1+ package-lock = false
Original file line number Diff line number Diff line change 11sudo : false
22language : node_js
33cache :
4- yarn : true
54 directories :
5+ - ~/.npm
66 - node_modules
77notifications :
88 email : false
@@ -18,7 +18,7 @@ after_success:
1818 - npm install -g travis-deploy-once
1919 - travis-deploy-once "npm run semantic-release"
2020 - cd examples
21- - yarn
21+ - npm install
2222 - npm run deploy -- --ci --host-token-env-variable=GITHUB_TOKEN
2323branches :
2424 only :
Original file line number Diff line number Diff line change 1+ package-lock = false
You can’t perform that action at this time.
0 commit comments