install ansi-to-html dependency
This commit is contained in:
parent
0ed3f7c3f9
commit
3fc55936fe
1 changed files with 3 additions and 1 deletions
|
|
@ -24,8 +24,10 @@ breaking:
|
||||||
testdev: $(BINTARGET)
|
testdev: $(BINTARGET)
|
||||||
ASPNET_ENV=Development dnx test -maxthreads 1 -trait dev=wip
|
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
|
ASPNET_ENV=Development dnx test -maxthreads 1 -trait regres=no
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue