install ansi-to-html dependency

This commit is contained in:
2019-01-05 16:03:38 +00:00
parent f93edb80a2
commit 34e4f23afc

View File

@ -24,8 +24,10 @@ breaking:
testdev: $(BINTARGET)
ASPNET_ENV=Development dnx test -maxthreads 1 -trait dev=wip
node_modules/ansi-to-html:
npm install ansi-to-html
test: $(BINTARGET)
test: $(BINTARGET) node_modules/ansi-to-html
ASPNET_ENV=Development dnx test -maxthreads 1 -trait regres=no
clean: