We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df77d7 commit d2c87a0Copy full SHA for d2c87a0
scripts/jenkins.sh
@@ -8,14 +8,16 @@ nvm use 10
8
9
set -x
10
11
+npm install
12
+
13
# check out corresponding branches of dependencies.
14
#
15
# clone the deps with depth 1: we know we will only ever need that one
16
# commit.
17
+# We need to do this after npm install otherwise modern node versions
18
+# just reset it back.
19
`dirname $0`/fetch-develop.deps.sh --depth 1
20
-npm install
-
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
0 commit comments