Jenkins Test
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit

This commit is contained in:
2024-04-10 16:55:19 +02:00
parent cdc2f8e713
commit 2b84326d80
2 changed files with 18 additions and 10 deletions

View File

@ -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",