Skip to content

Commit 926a49a

Browse files
committed
Not on --depth 1 for CI
1 parent cedf630 commit 926a49a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CUSTOM_BUNDLE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ You can simply make custom bundles yourself, if none of the [distributed package
33

44
Clone plotly.js, where the <version> is one of [these](https://github.com/plotly/plotly.js/tags):
55
```sh
6-
git clone --depth 1 --branch <version> https://github.com/plotly/plotly.js.git
6+
git clone --branch <version> https://github.com/plotly/plotly.js.git
77
```
88

9+
Note: For CI, it's faster to do `git clone --depth 1` flag to only get one commit.
10+
911
Move to plotly.js folder then install plotly.js dependencies:
1012
```sh
1113
cd plotly.js

0 commit comments

Comments
 (0)