We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9c6f4 commit e9001f1Copy full SHA for e9001f1
scripts/sync-api-brc-analytics.sh
@@ -9,6 +9,8 @@ mkdir -p "$API_DIR"
9
10
PER_APP_JSONS=("assemblies" "workflows")
11
12
+rm -f "$API_DIR"/*.json
13
+
14
for name in "${PER_APP_JSONS[@]}"; do
15
src="$SRC_ROOT/${name}.json"
16
dst="$API_DIR/${name}.json"
scripts/sync-api-ga2.sh
PER_APP_JSONS=("assemblies")
0 commit comments