Files
kopia/htmlui/Makefile
Jarek Kowalski 11d6eb1c6c Added unit tests for HTML UI to make it a bit harder to regress.
Covered are:

- connect and create flow
- parameter pages for all providers
- connect using token
2020-02-19 18:22:45 -08:00

18 lines
257 B
Makefile

all:
include ../tools/tools.mk
dev: node_modules
$(npm) $(npm_flags) run start
build-html: node_modules
$(npm) $(npm_flags) run build
node_modules: $(npm)
$(npm) $(npm_flags) install
clean:
rm -rf node_modules build
test:
$(npm) $(npm_flags) test