Skip to content

Commit 8298e73

Browse files
committed
Argh, npm, why are you so awful?
1 parent d2c87a0 commit 8298e73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/jenkins.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ set -x
1010

1111
npm install
1212

13+
# apparently npm 3.10.3 on node 6.4.0 doesn't upgrade #develop target with npm install unless explicitly asked.
14+
npm install olm
15+
1316
# check out corresponding branches of dependencies.
1417
#
1518
# clone the deps with depth 1: we know we will only ever need that one
@@ -18,9 +21,6 @@ npm install
1821
# just reset it back.
1922
`dirname $0`/fetch-develop.deps.sh --depth 1
2023

21-
# apparently npm 3.10.3 on node 6.4.0 doesn't upgrade #develop target with npm install unless explicitly asked.
22-
npm install olm
23-
2424
# install olm. A naive 'npm i ./olm/olm-*.tgz' fails because it uses the url
2525
# from our package.json (or even matrix-js-sdk's) in preference.
2626
#

0 commit comments

Comments
 (0)