mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 13:46:07 +08:00
TOOLS: bin/generate-all.sh should skip .vscode
This commit is contained in:
parent
db27a1e557
commit
38870fd6c0
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ if [[ -x node_modules/.bin/prettier ]]; then
|
|||
fi
|
||||
|
||||
# JSON
|
||||
bin/fmtjson $(find . -type f -name "*.json" ! -name "package-lock.json" -print)
|
||||
bin/fmtjson $(find . -path ./.vscode -prune -o -type f -name "*.json" ! -name "package-lock.json" -print)
|
||||
|
||||
# dnsconfig.js-compatible files:
|
||||
for i in pkg/js/parse_tests/*.js ; do dnscontrol fmt -i $i -o $i ; done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue