mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-16 01:38:21 +01:00
This commit is contained in:
parent
c25e1d6cc9
commit
569a7c7852
2
Makefile
2
Makefile
@ -228,7 +228,7 @@ release: main uglify
|
||||
.PHONY: doc release clean
|
||||
doc:
|
||||
# npm i typedoc@0.19.0
|
||||
./node_modules/.bin/typedoc --mode file --excludeNotExported --hideGenerator --name "AntOS API" --out $(DOCDIR)
|
||||
./node_modules/.bin/typedoc --mode file --excludeNotExported --hideGenerator --name "AntOS $(VERSION)-$(BRANCH)-$(BUILDID) API" --out $(DOCDIR)
|
||||
|
||||
test: build_javascripts
|
||||
jest
|
||||
|
Loading…
Reference in New Issue
Block a user