mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-20 09:36:47 +00:00
6 lines
144 B
Makefile
6 lines
144 B
Makefile
.PHONY: compile
|
|
|
|
compile:
|
|
ncc build src/main.ts -o dist
|
|
ncc build src/main.ts -o dist -s
|
|
ncc build src/main.ts -o dist --license license.txt
|