mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 17:38:20 +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
|
.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…
Reference in New Issue
Block a user