We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbaa8ab commit e6ade7eCopy full SHA for e6ade7e
1 file changed
bin/build.sh
@@ -23,7 +23,7 @@ fi
23
# Build Highlight.js
24
HLJS=$(mktemp -d)
25
cd "$HLJS"
26
-git clone -b "$HLJS_VERSION" https://github.com/highlightjs/highlight.js.git
+git clone --depth 1 -b "$HLJS_VERSION" https://github.com/highlightjs/highlight.js.git
27
cd highlight.js
28
29
npm install --package-lock-only
@@ -34,7 +34,7 @@ node tools/build.js xml properties http
34
# Build Pako
35
PAKO=$(mktemp -d)
36
cd "$PAKO"
37
-git clone -b "$PAKO_VERSION" https://github.com/nodeca/pako.git
+git clone --depth 1 -b "$PAKO_VERSION" https://github.com/nodeca/pako.git
38
cd pako
39
40
0 commit comments