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 ab37be6 commit 3ea9558Copy full SHA for 3ea9558
build/update-docs.sh
@@ -1,5 +1,6 @@
1
cd docs
2
rm -rf _book
3
+gitbook install
4
gitbook build
5
cp assets/circle.yml _book/circle.yml
6
cp assets/CNAME _book/CNAME
package.json
@@ -29,7 +29,7 @@
29
"test:unit": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json",
30
"test:e2e": "node test/e2e/runner.js",
31
"test:types": "tsc -p types/test",
32
- "docs": "cd docs && gitbook serve",
+ "docs": "cd docs && gitbook install && gitbook serve",
33
"docs:deploy": "bash ./build/update-docs.sh",
34
"release": "bash build/release.sh"
35
},
0 commit comments