mirror of
https://github.com/kopia/kopia.git
synced 2026-01-25 14:58:00 -05:00
This orchestrates building HTMLUI and main binary, only uses built-in shell script and avoids having any dependencies on Unix tools. Latest go and npm are required.
3 lines
66 B
Batchfile
3 lines
66 B
Batchfile
if not exist node_modules\nul call npm install
|
|
call npm run build
|