Skip to content

Commit 3ea9558

Browse files
chrisvfritzyyx990803
authored andcommitted
automatically install gitbook plugins (#1118)
1 parent ab37be6 commit 3ea9558

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/update-docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
cd docs
22
rm -rf _book
3+
gitbook install
34
gitbook build
45
cp assets/circle.yml _book/circle.yml
56
cp assets/CNAME _book/CNAME

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test:unit": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json",
3030
"test:e2e": "node test/e2e/runner.js",
3131
"test:types": "tsc -p types/test",
32-
"docs": "cd docs && gitbook serve",
32+
"docs": "cd docs && gitbook install && gitbook serve",
3333
"docs:deploy": "bash ./build/update-docs.sh",
3434
"release": "bash build/release.sh"
3535
},

0 commit comments

Comments
 (0)