mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-04 01:24:28 +02:00
Update Makefile
This commit is contained in:
parent
c2d395138f
commit
cc6c136a06
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