Merge pull request #4147 from vector-im/rav/fetch_deps_tweaks
Various tweaks to fetch-develop-deps
This commit is contained in:
commit
19f9900b55
2 changed files with 50 additions and 26 deletions
|
@ -17,5 +17,6 @@ node_js:
|
|||
- 6
|
||||
- 7
|
||||
install:
|
||||
- scripts/fetch-develop.deps.sh
|
||||
- npm install
|
||||
# clone the deps with depth 1: we know we will only ever need that one
|
||||
# commit.
|
||||
- scripts/fetch-develop.deps.sh --depth 1 && npm install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue