mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 17:38:20 +01:00
Fix make file
This commit is contained in:
parent
b35812bb43
commit
6948b0e339
2
Makefile
2
Makefile
@ -225,7 +225,7 @@ ar:
|
|||||||
echo -n $(VERSION) > release/latest
|
echo -n $(VERSION) > release/latest
|
||||||
|
|
||||||
release: main uglify
|
release: main uglify
|
||||||
|
.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 API" --out $(DOCDIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user