File tree 5 files changed +363
-299
lines changed
5 files changed +363
-299
lines changed Original file line number Diff line number Diff line change 1
- node_modules
2
- .idea
3
- doc /
1
+ node_modules /
2
+ build /
3
+ docs /
4
+ coverage /
4
5
npm-debug.log
5
- coverage
6
- # Empty API
7
- apis /iam /v1alpha1.js
8
6
.nyc_output
9
- ** /* .js
10
- ** /* .js.map
11
- ! samples /** /* .js
12
7
.vscode
13
- ** / * .d.ts
14
- ** / credentials.json
8
+ .idea
9
+ .DS_Store
15
10
samples /* .keys.json
11
+ samples /** /credentials.json
12
+
Original file line number Diff line number Diff line change 1
- .PHONY : build build-tools check check-samples check-licenses check-typescript clean coverage docs fix fix-samples fix-typescript generate install test test-samples watch
1
+ .PHONY : build build-tools check check-samples check-licenses check-typescript clean coverage docs fix fix-samples fix-typescript generate install publish-docs test test-samples watch
2
2
3
3
PATH := $(shell npm bin) :$(PATH )
4
4
@@ -27,7 +27,7 @@ coverage: build
27
27
nyc report --reporter=html
28
28
29
29
docs :
30
- jsdoc -c jsdoc-conf.json
30
+ typedoc --out docs src
31
31
32
32
fix : fix-typescript fix-samples
33
33
@@ -47,6 +47,9 @@ install:
47
47
node_modules/.link :
48
48
npm link && npm link googleapis && touch $@
49
49
50
+ publish-docs :
51
+ gh-pages --dotfiles --dist docs --remote upstream
52
+
50
53
test : coverage check
51
54
52
55
test-samples : node_modules/.link build
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments