mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-21 17:32:47 +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
|
.PHONY: doc release clean
|
||||||
doc:
|
doc:
|
||||||
# npm i typedoc@0.19.0
|
# 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
|
test: build_javascripts
|
||||||
jest
|
jest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user