mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 14:08:22 +01:00
Update Makefile
This commit is contained in:
parent
be73a3c7ae
commit
7b3072576c
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