mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-13 13:14:22 +02:00
fix: doc generation use latest typedoc version
This commit is contained in:
6
Makefile
6
Makefile
@ -227,8 +227,10 @@ ar:
|
||||
release: main uglify
|
||||
.PHONY: doc release clean
|
||||
doc:
|
||||
# npm i typedoc@0.19.0
|
||||
./node_modules/.bin/typedoc --mode file --excludeNotExported --hideGenerator --name "AntOS $(VERSION)-$(BRANCH)-$(BUILDID) API" --out $(DOCDIR)
|
||||
# npm install typedoc --save-dev
|
||||
# npm install typedoc-plugin-merge-modules --save-dev
|
||||
# ./node_modules/.bin/typedoc --mode file --excludeNotExported --hideGenerator --name "AntOS $(VERSION)-$(BRANCH)-$(BUILDID) API" --out $(DOCDIR)
|
||||
./node_modules/.bin/typedoc --hideGenerator --plugin typedoc-plugin-merge-modules --entryPointStrategy expand --name "AntOS $(VERSION)-$(BRANCH)-$(BUILDID) API" --out $(DOCDIR)
|
||||
|
||||
test: build_javascripts
|
||||
jest
|
||||
|
Reference in New Issue
Block a user