Jenkins Test
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit
This commit is contained in:
@ -4,8 +4,9 @@
|
||||
"description": "A blocklist for Adguard Home",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"compile": "hostlist-compiler -c configuration.json -o dist/andysadguardhomeblocklist.txt",
|
||||
"compile:verbose": "hostlist-compiler -c configuration.json -o dist/andysadguardhomeblocklist.txt -v"
|
||||
"compile": "hostlist-compiler -c configuration.json -o out/andysadguardhomeblocklist.txt",
|
||||
"compile:verbose": "hostlist-compiler -c configuration.json -o out/andysadguardhomeblocklist.txt -v",
|
||||
"compile:test": "echo 'Test' > out/andysadguardhomeblocklist.txt"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Reference in New Issue
Block a user