Skip to content

Commit

Permalink
chore: add cpp-sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Mar 26, 2024
1 parent 68c9a82 commit a510a70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"repos" : [
"launchdarkly/js-core"
"repos": [
"launchdarkly/js-core",
"launchdarkly/cpp-sdks"
]
}
2 changes: 2 additions & 0 deletions scripts/ci/format-json.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

jq . config.json > config.json.tmp && mv config.json.tmp config.json

for file in ./products/*.json; do
jq . "$file" > "$file.tmp" && mv "$file.tmp" "$file"
done

0 comments on commit a510a70

Please sign in to comment.